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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 聖戈聖痲^ | 100100001011100110011100111101111001000010111001111000011000010001011110 | 90b99cf790b9e1845e |
EUC-JP | 聖戈聖痲^ | 110000001011101111011000111110011100000010111011111000011110010001011110 | c0bbd8f9c0bbe1e45e |
UTF-8 | 聖戈聖痲^ | 11101000100000011001011011100110100010001000100011101000100000011001011011100111100101111011001001011110 | e88196e68888e88196e797b25e |
UHC | 聖戈聖痲^ | 111000011010000111001101111111001110000110100001110110001010011001011110 | e1a1cdfce1a1d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)