To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 瞶E | 111101011011110111100001110101101111010110111101111100011111110001000101 | f5bde1d6f5bdf1fc45 |
EUC-JP | ?瞶??E | 001111111110001011011000001111110011111101000101 | 3fe2d83f3f45 |
UTF-8 | 瞶E | 11101110100100001010100011100111100111101011011011101110100100001010100011101110100001011011011101000101 | ee90a8e79eb6ee90a8ee85b745 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)