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 | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-WIN | 薪??yB | 100100000110010000111111001111110111100101000010 | 90643f3f7942 |
EUC-JP | 薪??yB | 101111111100010100111111001111110111100101000010 | bfc53f3f7942 |
UTF-8 | 薪릯뢇yB | 1110100010010110101010101110101110100110101011111110101110100010100001110111100101000010 | e896aaeba6afeba2877942 |
UHC | 薪릯뢇yB | 1110001111101111100100001000111110001111010000110111100101000010 | e3ef908f8f437942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)