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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | タハ羣h | 1100000011001010111000111011100001101000 | c0cae3b868 |
EUC-JP | タハ羣h | 10001110110000001000111011001010111001101011101001101000 | 8ec08ecae6ba68 |
UTF-8 | タハ羣h | 11101111101111101000000011101111101111101000101011100111101111101010001101101000 | efbe80efbe8ae7bea368 |
UHC | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)