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 | ?遐 | 001111111110011110100000 | 3fe7a0 |
EUC-JP | ?遐 | 001111111110111010100010 | 3feea2 |
UTF-8 | 뤋遐 | 111010111010010010001011111010011000000110010000 | eba48be98190 |
UHC | 뤋遐 | 10001111101110111111100111000110 | 8fbbf9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)