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 | ??Bq??BqB | 001111110011111101000010011100010011111100111111010000100111000101000010 | 3f3f42713f3f427142 |
SJIS-WIN | ??Bq??BqB | 001111110011111101000010011100010011111100111111010000100111000101000010 | 3f3f42713f3f427142 |
EUC-JP | ??Bq??BqB | 001111110011111101000010011100010011111100111111010000100111000101000010 | 3f3f42713f3f427142 |
UTF-8 | 횂혳Bq횂혳BqB | 1110110110011010100000101110110110011000101100110100001001110001111011011001101010000010111011011001100010110011010000100111000101000010 | ed9a82ed98b34271ed9a82ed98b3427142 |
UHC | 횂혳Bq횂혳BqB | 11000011100000101100001010011010010000100111000111000011100000101100001010011010010000100111000101000010 | c382c29a4271c382c29a427142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)