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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ホエ^ | 1100111010110100111100011100001001011110 | ceb4f1c25e |
EUC-JP | ホエ?^ | 100011101100111010001110101101000011111101011110 | 8ece8eb43f5e |
UTF-8 | ホエ^ | 11101111101111101000111011101111101111011011010011101110100001001011110101011110 | efbe8eefbdb4ee84bd5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)