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 | 佇?申?熊 | 1001100011001000001111111001000001011100001111111000110001000110 | 98c83f905c3f8c46 |
EUC-JP | 佇?申?熊 | 1101000011001010001111111011111110111101001111111011011110100111 | d0ca3fbfbd3fb7a7 |
UTF-8 | 佇렡申렑熊 | 111001001011110110000111111010111010000010100001111001111001010010110011111010111010000010010001111001111000011010001010 | e4bd87eba0a1e794b3eba091e7868a |
UHC | 佇렡申렑熊 | 11101110101101111000111010110010111000111110100110001110101001101110101010101000 | eeb78eb2e3e98ea6eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)