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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 韆慕 | 11101000111001101001010111100111 | e8e695e7 |
EUC-JP | 韆慕 | 11110000111010001100101011101001 | f0e8cae9 |
UTF-8 | 韆慕 | 111010011001111110000110111001101000010110010101 | e99f86e68595 |
UHC | 韆慕 | 11110100110001111101100110110111 | f4c7d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)