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 | ?????椽 | 00111111001111110011111100111111001111111001111010111011 | 3f3f3f3f3f9ebb |
EUC-JP | ?????椽 | 00111111001111110011111100111111001111111101110010111101 | 3f3f3f3f3fdcbd |
UTF-8 | 렱렚섕렱렗椽 | 111010111010000010110001111010111010000010011010111011001000010010010101111010111010000010110001111010111010000010010111111001101010010010111101 | eba0b1eba09aec8495eba0b1eba097e6a4bd |
UHC | 렱렚섕렱렗椽 | 100011101011111010001110101011011011110010101100100011101011111010001110101011001110011011001011 | 8ebe8eadbcac8ebe8eace6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)