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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 谿曙О@h | 1110011010101110100011111000110010000100010011110100000001101000 | e6ae8f8c844f4068 |
EUC-JP | 谿曙О@h | 1110110010110000101111011110110010100111101100000100000001101000 | ecb0bdeca7b04068 |
UTF-8 | 谿曙О@h | 11101000101100001011111111100110100110111001100111010000100111100100000001101000 | e8b0bfe69b99d09e4068 |
UHC | 谿曙О@h | 1100110110101100110111111111010110101100101100000100000001101000 | cdacdff5acb04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)