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 | 鶯?О | 1110100111110010001111111000010001001111 | e9f23f844f |
EUC-JP | 鶯?О | 1111001011110100001111111010011110110000 | f2f43fa7b0 |
UTF-8 | 鶯볥О | 1110100110110110101011111110101110110011101001011101000010011110 | e9b6afebb3a5d09e |
UHC | 鶯볥О | 111001011010001110010011111010111010110010110000 | e5a393ebacb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)