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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒻糸識 | 111001001110100010001110100001011000111010101111 | e4e88e858eaf |
EUC-JP | 蒻糸識 | 111010001110101010111011111001011011110010110001 | e8eabbe5bcb1 |
UTF-8 | 蒻糸識 | 111010001001001010111011111001111011001110111000111010001010110110011000 | e892bbe7b3b8e8ad98 |
UHC | 蒻?識 | 1110010110110110001111111110001111011011 | e5b63fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)