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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 誦[誦[^ | 11100110011101010101101111100110011101010101101101011110 | e6755be6755b5e |
EUC-JP | 誦[誦[^ | 11101011110101100101101111101011110101100101101101011110 | ebd65bebd65b5e |
UTF-8 | 誦[誦[^ | 111010001010101010100110010110111110100010101010101001100101101101011110 | e8aaa65be8aaa65b5e |
UHC | 誦[誦[^ | 11100001111010010101101111100001111010010101101101011110 | e1e95be1e95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)