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 | 垣谷 | 10001010010111111001001001001010 | 8a5f924a |
EUC-JP | 垣谷 | 10110011110000001100001110101011 | b3c0c3ab |
UTF-8 | 垣谷 | 111001011001111010100011111010001011000010110111 | e59ea3e8b0b7 |
UHC | 垣谷 | 11101010101011111100110111011011 | eaafcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)