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 | 蕁?誤 | 1110010101000000001111111000110011101011 | e5403f8ceb |
EUC-JP | 蕁颭誤 | 11101001101000011000111111101000101110111011100011101101 | e9a18fe8bbb8ed |
UTF-8 | 蕁颭誤 | 111010001001010110000001111010011010001010101101111010001010101010100100 | e89581e9a2ade8aaa4 |
UHC | 蕁?誤 | 1101001111000110001111111110100010100110 | d3c63fe8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)