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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 午??訝 | 100011001101111100111111001111111110011001100010 | 8cdf3f3fe662 |
EUC-JP | 午??訝 | 101110001110000100111111001111111110101111000011 | b8e13f3febc3 |
UTF-8 | 午당룧訝 | 111001011000110110001000111010111000101110111001111010111010001110100111111010001010100010011101 | e58d88eb8bb9eba3a7e8a89d |
UHC | 午당룧訝 | 1110011111101101101101001110011110001111101000001110010010111000 | e7edb4e78fa0e4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)