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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載詐?嶝? | 1000110111011010100011011011110000111111100110111101000100111111 | 8dda8dbc3f9bd13f |
EUC-JP | 載詐?嶝? | 1011101011011100101110101011111000111111110101101101001100111111 | badcbabe3fd6d33f |
UTF-8 | 載詐렱嶝렰 | 111010001011110010001001111010001010100110010000111010111010000010110001111001011011011010011101111010111010000010110000 | e8bc89e8a990eba0b1e5b69deba0b0 |
UHC | 載詐렱嶝렰 | 11101110101100001101111011110001100011101011111011010100111100011000111010111101 | eeb0def18ebed4f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)