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 | 100101110100111111101001111000011001011101001111111010011110000101000010 | 974fe9e1974fe9e142 |
EUC-JP | 涌鱆涌鱆B | 110011011011000011110010111000111100110110110000111100101110001101000010 | cdb0f2e3cdb0f2e342 |
UTF-8 | 涌鱆涌鱆B | 11100110101101101000110011101001101100011000011011100110101101101000110011101001101100011000011001000010 | e6b68ce9b186e6b68ce9b18642 |
UHC | 涌?涌?B | 11101001101111110011111111101001101111110011111101000010 | e9bf3fe9bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)