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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 省蠑ォY | 100011111100100011100101101111001010101101011001 | 8fc8e5bcab59 |
EUC-JP | 省蠑ォY | 10111110110010101110101010111110100011101010101101011001 | becaeabe8eab59 |
UTF-8 | 省蠑ォY | 11100111100111001000000111101000101000001001000111101111101111011010101101011001 | e79c81e8a091efbdab59 |
UHC | 省??Y | 1110000011111101001111110011111101011001 | e0fd3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)