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 | 蛟耶⊃ | 111001011000000010010110111010111000000110111101 | e58096eb81bd |
EUC-JP | 蛟耶⊃ | 111010011110000011001100111011011010001010111111 | e9e0cceda2bf |
UTF-8 | 蛟耶⊃ | 111010001001101110011111111010001000000010110110111000101000101010000011 | e89b9fe880b6e28a83 |
UHC | 蛟耶⊃ | 110011101111000111100101101011011010000111111001 | cef1e5ada1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)