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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????榛 | 00111111001111110011111100111111001111111001000001011001 | 3f3f3f3f3f9059 |
EUC-JP | ?????榛 | 00111111001111110011111100111111001111111011111110111010 | 3f3f3f3f3fbfba |
UTF-8 | 렱렚솎렱렗榛 | 111010111010000010110001111010111010000010011010111011001000011010001110111010111010000010110001111010111010000010010111111001101010011010011011 | eba0b1eba09aec868eeba0b1eba097e6a69b |
UHC | 렱렚솎렱렗榛 | 100011101011111010001110101011011011110011010100100011101011111010001110101011001111001011001110 | 8ebe8eadbcd48ebe8eacf2ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)