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 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 磧竝y磧竝yB | 1110001001000000111000101000110101111001111000100100000011100010100011010111100101000010 | e240e28d79e240e28d7942 |
EUC-JP | 磧竝y磧竝yB | 1110001110100001111000111110110101111001111000111010000111100011111011010111100101000010 | e3a1e3ed79e3a1e3ed7942 |
UTF-8 | 磧竝y磧竝yB | 111001111010001110100111111001111010101110011101011110011110011110100011101001111110011110101011100111010111100101000010 | e7a3a7e7ab9d79e7a3a7e7ab9d7942 |
UHC | ?竝y?竝yB | 001111111101110010111101011110010011111111011100101111010111100101000010 | 3fdcbd793fdcbd7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)