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 | 謝勺謝 | 100011101101001110001110110110011000111011010011 | 8ed38ed98ed3 |
EUC-JP | 謝勺謝 | 101111001101010110111100110110111011110011010101 | bcd5bcdbbcd5 |
UTF-8 | 謝勺謝 | 111010001010110010011101111001011000101110111010111010001010110010011101 | e8ac9de58bbae8ac9d |
UHC | 謝勺謝 | 110111101111001111101101110000111101111011110011 | def3edc3def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)