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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 愛?燿?B | 10001000101001000011111111100000101000000011111101000010 | 88a43fe0a03f42 |
EUC-JP | 愛?燿?B | 10110000101001100011111111100000101000100011111101000010 | b0a63fe0a23f42 |
UTF-8 | 愛쵦燿쫣B | 11100110100001001001101111101100101101011010011011100111100001111011111111101100101010111010001101000010 | e6849becb5a6e787bfecaba342 |
UHC | 愛쵦燿쫣B | 111001001111000110101101010001011110100011111100101001100111011001000010 | e4f1ad45e8fca67642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)