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 | 謝鹿獨 | 100011101101001110001110101011011110000011010101 | 8ed38eade0d5 |
EUC-JP | 謝鹿獨 | 101111001101010110111100101011111110000011010111 | bcd5bcafe0d7 |
UTF-8 | 謝鹿獨 | 111010001010110010011101111010011011100110111111111001111000110110101000 | e8ac9de9b9bfe78da8 |
UHC | 謝鹿獨 | 110111101111001111010110111000111101010010111100 | def3d6e3d4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)