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 | ?????脂 | 00111111001111110011111100111111001111111000111010001001 | 3f3f3f3f3f8e89 |
EUC-JP | ?????脂 | 00111111001111110011111100111111001111111011101111101001 | 3f3f3f3f3fbbe9 |
UTF-8 | 렱렚솝씰렓脂 | 111010111010000010110001111010111010000010011010111011001000011010011101111011001001010010110000111010111010000010010011111010001000010010000010 | eba0b1eba09aec869dec94b0eba093e88482 |
UHC | 렱렚솝씰렓脂 | 100011101011111010001110101011011011110011011001101111101100000110001110101010001111001010110111 | 8ebe8eadbcd9bec18ea8f2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)