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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 糲茱綫nB | 1110001011111000111001001010001111100011010111110110111001000010 | e2f8e4a3e35f6e42 |
EUC-JP | 糲茱綫nB | 1110010011111010111010001010010111100101110000000110111001000010 | e4fae8a5e5c06e42 |
UTF-8 | 糲茱綫nB | 1110011110110011101100101110100010001100101100011110011110110110101010110110111001000010 | e7b3b2e88cb1e7b6ab6e42 |
UHC | ?茱?nB | 001111111110001010111100001111110110111001000010 | 3fe2bc3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)