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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
EUC-JP | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
UTF-8 | 셍롍렔셍롍렫W | 11101100100001011000110111101011101000011000110111101011101000001001010011101100100001011000110111101011101000011000110111101011101000001010101101010111 | ec858deba18deba094ec858deba18deba0ab57 |
UHC | 셍롍렔셍롍렫W | 10111100110001001000111011010011100011101010100110111100110001001000111011010011100011101011100101010111 | bcc48ed38ea9bcc48ed38eb957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)