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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 顋廉h顋 | 11101000111110011001011111110101011010001110100011111001 | e8f997f568e8f9 |
EUC-JP | 顋廉h顋 | 11110000111110111100111011110111011010001111000011111011 | f0fbcef768f0fb |
UTF-8 | 顋廉h顋 | 11101001101000011000101111100101101110111000100101101000111010011010000110001011 | e9a18be5bb8968e9a18b |
UHC | ?廉h? | 0011111111010110101011110110100000111111 | 3fd6af683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)