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 | 煮聳煮聢^ | 100011101100111111100011110111101000111011001111111000111101110001011110 | 8ecfe3de8ecfe3dc5e |
EUC-JP | 煮聳煮聢^ | 101111001101000111100110111000001011110011010001111001101101111001011110 | bcd1e6e0bcd1e6de5e |
UTF-8 | 煮聳煮聢^ | 11100111100001011010111011101000100000011011001111100111100001011010111011101000100000011010001001011110 | e785aee881b3e785aee881a25e |
UHC | 煮聳煮?^ | 1110110110110100111010011100011011101101101101000011111101011110 | edb4e9c6edb43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)