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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????燥? | 0011111100111111001111110011111100111111100100011000011100111111 | 3f3f3f3f3f91873f |
EUC-JP | ?????燥? | 0011111100111111001111110011111100111111110000011110011100111111 | 3f3f3f3f3fc1e73f |
UTF-8 | 롇렯렶렧렳燥렯 | 111010111010000110000111111010111010000010101111111010111010000010110110111010111010000010100111111010111010000010110011111001111000011110100101111010111010000010101111 | eba187eba0afeba0b6eba0a7eba0b3e787a5eba0af |
UHC | 롇렯렶렧렳燥렯 | 1000111011001101100011101011110010001110110000011000111010110110100011101100000011110000110011111000111010111100 | 8ecd8ebc8ec18eb68ec0f0cf8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)