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 | 陲ア螢梧イコ | 111010001010001010110001111001011010001110001100111001101011001010111010 | e8a2b1e5a38ce6b2ba |
EUC-JP | 陲ア螢梧イコ | 111100001010010010001110101100011110101010100101101110001110100010001110101100101000111010111010 | f0a48eb1eaa5b8e88eb28eba |
UTF-8 | 陲ア螢梧イコ | 111010011001100110110010111011111011110110110001111010001001111010100010111001101010001010100111111011111011110110110010111011111011110110111010 | e999b2efbdb1e89ea2e6a2a7efbdb2efbdba |
UHC | ??螢梧?? | 0011111100111111111110111010101111100111111111000011111100111111 | 3f3ffbabe7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)