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 | 邏懷供貊 | 1110011110110100100111001110010110001011100111111110011010111011 | e7b49ce58b9fe6bb |
EUC-JP | 邏懷供貊 | 1110111010110110110110001110011110110110101000011110110010111101 | eeb6d8e7b6a1ecbd |
UTF-8 | 邏懷供貊 | 111010011000001010001111111001101000011110110111111001001011111010011011111010001011001010001010 | e9828fe687b7e4be9be8b28a |
UHC | 邏懷供貊 | 1101010110100100111111001110001111001101111010101101100011100111 | d5a4fce3cdead8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)