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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葯耶⊃ | 111001001101111010010110111010111000000110111101 | e4de96eb81bd |
EUC-JP | 葯耶⊃ | 111010001110000011001100111011011010001010111111 | e8e0cceda2bf |
UTF-8 | 葯耶⊃ | 111010001001000110101111111010001000000010110110111000101000101010000011 | e891afe880b6e28a83 |
UHC | 葯耶⊃ | 111001011011010111100101101011011010000111111001 | e5b5e5ada1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)