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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 燠疔癢燠疔痳^ | 11100000100110101110000101101010111000011001100011100000100110101110000101101010111000011000010101011110 | e09ae16ae198e09ae16ae1855e |
EUC-JP | 燠疔癢燠疔痳^ | 11011111111110101110000111001011111000011111100011011111111110101110000111001011111000011110010101011110 | dffae1cbe1f8dffae1cbe1e55e |
UTF-8 | 燠疔癢燠疔痳^ | 11100111100001111010000011100111100101101001010011100111100110011010001011100111100001111010000011100111100101101001010011100111100101111011001101011110 | e787a0e79694e799a2e787a0e79694e797b35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)