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 | 日? | 100100111111101000111111 | 93fa3f |
EUC-JP | 日? | 110001101111110000111111 | c6fc3f |
UTF-8 | 日됱 | 111001101001011110100101111010111001000010110001 | e697a5eb90b1 |
UHC | 日됱 | 11101100111011011000100111101100 | eced89ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)