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 | 蟻λ? | 1000101101100001100000111100100100111111 | 8b6183c93f |
EUC-JP | 蟻λ? | 1011010111000010101001101100101100111111 | b5c2a6cb3f |
UTF-8 | 蟻λ쨽 | 1110100010011111101110111100111010111011111011001010100010111101 | e89fbbcebbeca8bd |
UHC | 蟻λ쨽 | 111010111111110010100101111010111010010010010111 | ebfca5eba497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)