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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 萓滝ソク裙ョB | 11100100101111101001000111101010101111111011100011100101111000111010111001000010 | e4be91eabfb8e5e3ae42 |
EUC-JP | 萓滝ソク裙ョB | 11101000110000001100001011101100100011101011111110001110101110001110101011100101100011101010111001000010 | e8c0c2ec8ebf8eb8eae58eae42 |
UTF-8 | 萓滝ソク裙ョB | 11101000100100001001001111100110101110111001110111101111101111011011111111101111101111011011100011101000101000111001100111101111101111011010111001000010 | e89093e6bb9defbdbfefbdb8e8a399efbdae42 |
UHC | ????裙?B | 0011111100111111001111110011111111001111110110010011111101000010 | 3f3f3f3fcfd93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)