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 | æÎçoh | 11100110110011101001101111100111100111000110111101101000 | e6ce9be79c6f68 |
SJIS-WIN | ?????oh | 00111111001111110011111100111111001111110110111101101000 | 3f3f3f3f3f6f68 |
EUC-JP | æÎ?ç?oh | 10001111101010011100000110001111101010101100001000111111100011111010101110101110001111110110111101101000 | 8fa9c18faac23f8fabae3f6f68 |
UTF-8 | æÎçoh | 110000111010011011000011100011101100001010011011110000111010011111000010100111000110111101101000 | c3a6c38ec29bc3a7c29c6f68 |
UHC | æ????oh | 1010100110100001001111110011111100111111001111110110111101101000 | a9a13f3f3f3f6f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)