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 | 11100110100011011010100011100111100010001011111011101000101110001011000001000010 | e68da8e788bee8b8b042 |
EUC-JP | 謐ィ辷セ雕ーB | 11101011111011011000111010101000111011011110100010001110101111101111000010111010100011101011000001000010 | ebed8ea8ede88ebef0ba8eb042 |
UTF-8 | 謐ィ辷セ雕ーB | 11101000101011001001000011101111101111011010100011101000101111101011011111101111101111011011111011101001100110111001010111101111101111011011000001000010 | e8ac90efbda8e8beb7efbdbee99b95efbdb042 |
UHC | 謐???雕?B | 110110101100110100111111001111110011111111110000111001110011111101000010 | dacd3f3f3ff0e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)