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 | 烏?誤 | 1000100101000111001111111000110011101011 | 89473f8ceb |
EUC-JP | 烏?誤 | 1011000110101000001111111011100011101101 | b1a83fb8ed |
UTF-8 | 烏랓誤 | 111001111000001110001111111010111001111010010011111010001010101010100100 | e7838feb9e93e8aaa4 |
UHC | 烏랓誤 | 111010001010000110001101111110001110100010100110 | e8a18df8e8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)