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 | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 甓y甓yB | 11100001010100010111100111100001010100010111100101000010 | e15179e1517942 |
EUC-JP | 甓y甓yB | 11100001101100100111100111100001101100100111100101000010 | e1b279e1b27942 |
UTF-8 | 甓y甓yB | 111001111001010010010011011110011110011110010100100100110111100101000010 | e7949379e794937942 |
UHC | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)