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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 籵萃籥B | 11100010111000001110010011000010111000101101111001000010 | e2e0e4c2e2de42 |
EUC-JP | 籵萃籥B | 11100100111000101110100011000100111001001110000001000010 | e4e2e8c4e4e042 |
UTF-8 | 籵萃籥B | 11100111101100011011010111101000100100001000001111100111101100011010010101000010 | e7b1b5e89083e7b1a542 |
UHC | ?萃?B | 0011111111110101111111100011111101000010 | 3ff5fe3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)