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 | Þí¬ïõí | 110111101110110110101100111011111111010111101101 | deedaceff5ed |
SJIS-WIN | ??¬??? | 00111111001111111000000111001010001111110011111100111111 | 3f3f81ca3f3f3f |
EUC-JP | Þí¬ïõí | 1000111110101001101100001000111110101011101111111010001011001100100011111010101111000001100011111010101111011000100011111010101110111111 | 8fa9b08fabbfa2cc8fabc18fabd88fabbf |
UTF-8 | Þí¬ïõí | 110000111001111011000011101011011100001010101100110000111010111111000011101101011100001110101101 | c39ec3adc2acc3afc3b5c3ad |
UHC | Þ????? | 10101000101011010011111100111111001111110011111100111111 | a8ad3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)