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 | 謝鹿籀 | 100011101101001110001110101011011110001011011000 | 8ed38eade2d8 |
EUC-JP | 謝鹿籀 | 101111001101010110111100101011111110010011011010 | bcd5bcafe4da |
UTF-8 | 謝鹿籀 | 111010001010110010011101111010011011100110111111111001111011000110000000 | e8ac9de9b9bfe7b180 |
UHC | 謝鹿? | 1101111011110011110101101110001100111111 | def3d6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)