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 | 底?量 | 1001001011101010001111111001011111001010 | 92ea3f97ca |
EUC-JP | 底?量 | 1100010011101100001111111100111011001100 | c4ec3fcecc |
UTF-8 | 底잼量 | 111001011011101010010101111011001001111010111100111010011000011110001111 | e5ba95ec9ebce9878f |
UHC | 底잼量 | 111011101011110011000000111010111101010111100001 | eebcc0ebd5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)