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 | 跼樒。 | 1110011011110000100111101110011110100001 | e6f09ee7a1 |
EUC-JP | 跼樒。 | 111011001111001011011100111010011000111010100001 | ecf2dce98ea1 |
UTF-8 | 跼樒。 | 111010001011011110111100111001101010100010010010111011111011110110100001 | e8b7bce6a892efbda1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)