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 | 險暹蔓 | 111010001010100010011101111110011001011010100000 | e8a89df996a0 |
EUC-JP | 險暹蔓 | 111100001010101011011010111110111100110010100010 | f0aadafbcca2 |
UTF-8 | 險暹蔓 | 111010011001101010101010111001101001101010111001111010001001010010010011 | e99aaae69ab9e89493 |
UHC | 險暹蔓 | 111110101100111111100000111001111101100011000000 | facfe0e7d8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)