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 | 獨邪 | 11100000110101011000111011010111 | e0d58ed7 |
EUC-JP | 獨邪 | 11100000110101111011110011011001 | e0d7bcd9 |
UTF-8 | 獨邪 | 111001111000110110101000111010011000001010101010 | e78da8e982aa |
UHC | 獨邪 | 11010100101111001101111011110111 | d4bcdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)