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 | 雉槫尹 | 111010001011001110011110111001011001101110011010 | e8b39ee59b9a |
EUC-JP | 雉槫尹 | 111100001011010111011100111001111101010111111010 | f0b5dce7d5fa |
UTF-8 | 雉槫尹 | 111010011001101110001001111001101010011110101011111001011011000010111001 | e99b89e6a7abe5b0b9 |
UHC | 雉?尹 | 1111011011001011001111111110101111000101 | f6cb3febc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)