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 | 嬋芽腋 | 100110110110100010001001111010001110001111111100 | 9b6889e8e3fc |
EUC-JP | 嬋芽腋 | 110101011100100110110010111010101110011011111110 | d5c9b2eae6fe |
UTF-8 | 嬋芽腋 | 111001011010110010001011111010001000101010111101111010001000010110001011 | e5ac8be88abde8858b |
UHC | 嬋芽腋 | 111000001011110111100100101101001110010011111101 | e0bde4b4e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)