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 | 10010001101101100111100110010001101101100111100101000010 | 91b67991b67942 |
EUC-JP | 存y存yB | 11000010101110000111100111000010101110000111100101000010 | c2b879c2b87942 |
UTF-8 | 存y存yB | 111001011010110110011000011110011110010110101101100110000111100101000010 | e5ad9879e5ad987942 |
UHC | 存y存yB | 11110000111011010111100111110000111011010111100101000010 | f0ed79f0ed7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)