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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セュ篠爾射 | 1011111010101101100011101100001010001110101000101000111011001011 | bead8ec28ea28ecb |
EUC-JP | セュ篠爾射 | 10001110101111101000111010101101101111001100010010111100101001001011110011001101 | 8ebe8eadbcc4bca4bccd |
UTF-8 | セュ篠爾射 | 111011111011110110111110111011111011110110101101111001111010111110100000111001111000100010111110111001011011000010000100 | efbdbeefbdade7afa0e788bee5b084 |
UHC | ??篠爾射 | 0011111100111111111000011100011011101100101100111101111011010010 | 3f3fe1c6ecb3ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)