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 | 萬爨 | 11100100110111011110000010100100 | e4dde0a4 |
EUC-JP | 萬爨 | 11101000110111111110000010100110 | e8dfe0a6 |
UTF-8 | 萬爨 | 111010001001000010101100111001111000100010101000 | e890ace788a8 |
UHC | 萬? | 110110001011111100111111 | d8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)