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 | 鉉縞質 | 111001111110100110001110110010001000111010111111 | e7e98ec88ebf |
EUC-JP | 鉉縞質 | 111011101110101110111100110010101011110011000001 | eeebbccabcc1 |
UTF-8 | 鉉縞質 | 111010011000100110001001111001111011100010011110111010001011001110101010 | e98989e7b89ee8b3aa |
UHC | 鉉縞質 | 111110101110100011111011110101101111001011110101 | fae8fbd6f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)