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 | Bå | 1001000010000010100100010100001011100101 | 90829142e5 |
SJIS-WIN | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
EUC-JP | ???Bå | 00111111001111110011111101000010100011111010101110101001 | 3f3f3f428faba9 |
UTF-8 | Bå | 110000101001000011000010100000101100001010010001010000101100001110100101 | c290c282c29142c3a5 |
UHC | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)