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 | 由λ? | 1001011101010010100000111100100100111111 | 975283c93f |
EUC-JP | 由λ? | 1100110110110011101001101100101100111111 | cdb3a6cb3f |
UTF-8 | 由λ쨿 | 1110011110010100101100011100111010111011111011001010100010111111 | e794b1cebbeca8bf |
UHC | 由λ쨿 | 111010111010011010100101111010111010010010011001 | eba6a5eba499 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)