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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 仰??~ | 1000101111000010001111110011111101111110 | 8bc23f3f7e |
EUC-JP | 仰??~ | 1011011011000100001111110011111101111110 | b6c43f3f7e |
UTF-8 | 仰롏롂~ | 11100100101110111011000011101011101000011000111111101011101000011000001001111110 | e4bbb0eba18feba1827e |
UHC | 仰롏롂~ | 11100100111001101000111011010101100011101100100101111110 | e4e68ed58ec97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)