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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟯??嗽?? | 1110010110110010001111110011111110011010011101010011111100111111 | e5b23f3f9a753f3f |
EUC-JP | 蟯??嗽?? | 1110101010110100001111110011111111010011110101100011111100111111 | eab43f3fd3d63f3f |
UTF-8 | 蟯얍룯嗽뤺웺 | 111010001001111110101111111011001001011010001101111010111010001110101111111001011001011110111101111010111010010010111010111011001001101110111010 | e89fafec968deba3afe597bdeba4baec9bba |
UHC | 蟯얍룯嗽뤺웺 | 111010011010100010111110111001011000111110100101111000011111010110001111111010001001111110000110 | e9a8bee58fa5e1f58fe89f86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)