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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?房h | 00111111100101100101101101101000 | 3f965b68 |
EUC-JP | ?房h | 00111111110010111011110001101000 | 3fcbbc68 |
UTF-8 | 뇬房h | 11101011100001111010110011100110100010001011111101101000 | eb87ace688bf68 |
UHC | 뇬房h | 1011010010100100110110111010111001101000 | b4a4dbae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)