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 | 11100111100110011000110011101001101011101010111011100101101111101010101001000010 | e7998ce9aeaee5beaa42 |
EUC-JP | 逋碁ョョ蠕ェB | 11101101111110011011100011101011100011101010111010001110101011101110101011000000100011101010101001000010 | edf9b8eb8eae8eaeeac08eaa42 |
UTF-8 | 逋碁ョョ蠕ェB | 11101001100000001000101111100111101000101000000111101111101111011010111011101111101111011010111011101000101000001001010111101111101111011010101001000010 | e9808be7a281efbdaeefbdaee8a095efbdaa42 |
UHC | 逋碁????B | 111110001110011111010001101100110011111100111111001111110011111101000010 | f8e7d1b33f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)