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 | 髴稲 | 11101001100111001000100011101110 | e99c88ee |
EUC-JP | 髴稲 | 11110001111111001011000011110000 | f1fcb0f0 |
UTF-8 | 髴稲 | 111010011010101110110100111001111010100010110010 | e9abb4e7a8b2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)