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 | ???D?B | 001111110011111100111111010001000011111101000010 | 3f3f3f443f42 |
SJIS-WIN | 涌瞎唸D鱆B | 10010111010011111110000111010000100110100101100001000100111010011110000101000010 | 974fe1d09a5844e9e142 |
EUC-JP | 涌瞎唸D鱆B | 11001101101100001110001011010010110100111011100101000100111100101110001101000010 | cdb0e2d2d3b944f2e342 |
UTF-8 | 涌瞎唸D鱆B | 1110011010110110100011001110011110011110100011101110010110010100101110000100010011101001101100011000011001000010 | e6b68ce79e8ee594b844e9b18642 |
UHC | 涌??D?B | 11101001101111110011111100111111010001000011111101000010 | e9bf3f3f443f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)