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 | 鶯?陰 | 1110100111110010001111111000100101000001 | e9f23f8941 |
EUC-JP | 鶯?陰 | 1111001011110100001111111011000110100010 | f2f43fb1a2 |
UTF-8 | 鶯밪陰 | 111010011011011010101111111010111011000010101010111010011001100110110000 | e9b6afebb0aae999b0 |
UHC | 鶯밪陰 | 111001011010001110010011010100111110101111100100 | e5a39353ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)