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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譯狩。 | 1110011010100001100011101110101110100001 | e6a18eeba1 |
EUC-JP | 譯狩。 | 111011001010001110111100111011011000111010100001 | eca3bced8ea1 |
UTF-8 | 譯狩。 | 111010001010110110101111111001111000101110101001111011111011110110100001 | e8adafe78ba9efbda1 |
UHC | 譯狩? | 1110011010111011111000101010110100111111 | e6bbe2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)