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 | 灼尺璽 | 100011101101110010001110110110101000111010100011 | 8edc8eda8ea3 |
EUC-JP | 灼尺璽 | 101111001101111010111100110111001011110010100101 | bcdebcdcbca5 |
UTF-8 | 灼尺璽 | 111001111000000110111100111001011011000010111010111001111001001010111101 | e781bce5b0bae792bd |
UHC | 灼尺璽 | 111011011100011111110100101010011101111111011110 | edc7f4a9dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)