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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 昭。ハe^ | 1000111110111010101000011100101011110100111110110110010101011110 | 8fbaa1caf4fb655e |
EUC-JP | 昭。ハ?e^ | 101111101011110010001110101000011000111011001010001111110110010101011110 | bebc8ea18eca3f655e |
UTF-8 | 昭。ハe^ | 1110011010011000101011011110111110111101101000011110111110111110100010101110111010001110101010100110010101011110 | e698adefbda1efbe8aee8eaa655e |
UHC | 昭???e^ | 11100001101110010011111100111111001111110110010101011110 | e1b93f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)