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 | 醯??形 | 111001111100111100111111001111111000110001100000 | e7cf3f3f8c60 |
EUC-JP | 醯??形 | 111011101101000100111111001111111011011111000001 | eed13f3fb7c1 |
UTF-8 | 醯뤸굢形 | 111010011000011010101111111010111010010010111000111010101011010110100010111001011011110110100010 | e986afeba4b8eab5a2e5bda2 |
UHC | 醯뤸굢形 | 1111101110111000100011111110011010000010100010011111101110100001 | fbb88fe68289fba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)