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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 車尺セキ紗渉 | 10001110110101001000111011011010101111101011011110001110110100011000111111000010 | 8ed48edabeb78ed18fc2 |
EUC-JP | 車尺セキ紗渉 | 101111001101011010111100110111001000111010111110100011101011011110111100110100111011111011000100 | bcd6bcdc8ebe8eb7bcd3bec4 |
UTF-8 | 車尺セキ紗渉 | 111010001011101110001010111001011011000010111010111011111011110110111110111011111011110110110111111001111011010010010111111001101011100010001001 | e8bb8ae5b0baefbdbeefbdb7e7b497e6b889 |
UHC | 車尺??紗? | 111100111011001111110100101010010011111100111111110111101110100100111111 | f3b3f4a93f3fdee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)