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 | 赳邪 | 11100110111000001000111011010111 | e6e08ed7 |
EUC-JP | 赳邪 | 11101100111000101011110011011001 | ece2bcd9 |
UTF-8 | 赳邪 | 111010001011010110110011111010011000001010101010 | e8b5b3e982aa |
UHC | 赳邪 | 11010000101011111101111011110111 | d0afdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)