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 | ???cB | 0011111100111111001111110110001101000010 | 3f3f3f6342 |
SJIS-WIN | 薪??cB | 100100000110010000111111001111110110001101000010 | 90643f3f6342 |
EUC-JP | 薪??cB | 101111111100010100111111001111110110001101000010 | bfc53f3f6342 |
UTF-8 | 薪릯뢇cB | 1110100010010110101010101110101110100110101011111110101110100010100001110110001101000010 | e896aaeba6afeba2876342 |
UHC | 薪릯뢇cB | 1110001111101111100100001000111110001111010000110110001101000010 | e3ef908f8f436342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)