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 | 熊經?? | 100011000100011011100011010100110011111100111111 | 8c46e3533f3f |
EUC-JP | 熊經?? | 101101111010011111100101101101000011111100111111 | b7a7e5b43f3f |
UTF-8 | 熊經렏핍 | 111001111000011010001010111001111011011010010011111010111010000010001111111011011001010110001101 | e7868ae7b693eba08fed958d |
UHC | 熊經렏핍 | 1110101010101000110011001110100010001110101001011100011111001100 | eaa8cce88ea5c7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)