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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 喟咫x | 1001101001011111100110100100000001111000 | 9a5f9a4078 |
EUC-JP | 喟咫x | 1101001111000000110100111010000101111000 | d3c0d3a178 |
UTF-8 | 喟咫x | 11100101100101101001111111100101100100101010101101111000 | e5969fe592ab78 |
UHC | ?咫x | 00111111111100101010000101111000 | 3ff2a178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)