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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 羞羸h | 1110001110110101111000111011111001101000 | e3b5e3be68 |
EUC-JP | 羞羸h | 1110011010110111111001101100000001101000 | e6b7e6c068 |
UTF-8 | 羞羸h | 11100111101111101001111011100111101111101011100001101000 | e7be9ee7beb868 |
UHC | 羞羸h | 1110001010111010110101111110100001101000 | e2bad7e868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)