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 | 杓邪 | 10001110110110111000111011010111 | 8edb8ed7 |
EUC-JP | 杓邪 | 10111100110111011011110011011001 | bcddbcd9 |
UTF-8 | 杓邪 | 111001101001110110010011111010011000001010101010 | e69d93e982aa |
UHC | 杓邪 | 11111000111101011101111011110111 | f8f5def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)