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 | h | 1110111010100100100011101011111001101000 | eea48ebe68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | �?h | 100011111010101111000010100011111010001011110000001111110011111101101000 | 8fabc28fa2f03f3f68 |
UTF-8 | h | 110000111010111011000010101001001100001010001110110000101011111001101000 | c3aec2a4c28ec2be68 |
UHC | ?¤?¾h | 00111111101000101011010000111111101010001111101001101000 | 3fa2b43fa8fa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)