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 | åAåAB | 111001011001001010010000010000011110010110010010100100000100000101000010 | e5929041e592904142 |
SJIS-WIN | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
EUC-JP | å??Aå??AB | 10001111101010111010100100111111001111110100000110001111101010111010100100111111001111110100000101000010 | 8faba93f3f418faba93f3f4142 |
UTF-8 | åAåAB | 110000111010010111000010100100101100001010010000010000011100001110100101110000101001001011000010100100000100000101000010 | c3a5c292c29041c3a5c292c2904142 |
UHC | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)