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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簇?蹈存 | 11100010110001100011111111100111010001001001000110110110 | e2c63fe74491b6 |
EUC-JP | 簇?蹈存 | 11100100110010000011111111101101101001011100001010111000 | e4c83feda5c2b8 |
UTF-8 | 簇펨蹈存 | 111001111011000010000111111011011000111010101000111010001011100110001000111001011010110110011000 | e7b087ed8ea8e8b988e5ad98 |
UHC | 簇펨蹈存 | 1111000011101010110001101110100011010100101100001111000011101101 | f0eac6e8d4b0f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)