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 | 谿樊匍 | 111001101010111010011110111001101001100110110011 | e6ae9ee699b3 |
EUC-JP | 谿樊匍 | 111011001011000011011100111010001101001010110101 | ecb0dce8d2b5 |
UTF-8 | 谿樊匍 | 111010001011000010111111111001101010100010001010111001011000110010001101 | e8b0bfe6a88ae58c8d |
UHC | 谿樊匍 | 110011011010110011011011111000001111100011010001 | cdacdbe0f8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)