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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 題?町??題 | 100100011110100000111111100100101010110000111111001111111001000111101000 | 91e83f92ac3f3f91e8 |
EUC-JP | 題?町??題 | 110000101110101000111111110001001010111000111111001111111100001011101010 | c2ea3fc4ae3f3fc2ea |
UTF-8 | 題렍町펨윅題 | 111010011010000110001100111010111010000010001101111001111001010010111010111011011000111010101000111011001001110010000101111010011010000110001100 | e9a18ceba08de794baed8ea8ec9c85e9a18c |
UHC | 題렍町펨윅題 | 111100001011100110001110101000111110111111101011110001101110100011000000101010001111000010111001 | f0b98ea3efebc6e8c0a8f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)