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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轢頑燦 | 111001111000000010001010111001101000111001010111 | e7808ae68e57 |
EUC-JP | 轢頑燦 | 111011011110000010110100111010001011101110111000 | ede0b4e8bbb8 |
UTF-8 | 轢頑燦 | 111010001011110110100010111010011010000010010001111001111000011110100110 | e8bda2e9a091e787a6 |
UHC | 轢頑燦 | 110101011111100111101000110101111111001110111110 | d5f9e8d7f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)