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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質灼杓璽 | 1000111010111111100011101101110010001110110110111000111010100011 | 8ebf8edc8edb8ea3 |
EUC-JP | 質灼杓璽 | 1011110011000001101111001101111010111100110111011011110010100101 | bcc1bcdebcddbca5 |
UTF-8 | 質灼杓璽 | 111010001011001110101010111001111000000110111100111001101001110110010011111001111001001010111101 | e8b3aae781bce69d93e792bd |
UHC | 質灼杓璽 | 1111001011110101111011011100011111111000111101011101111111011110 | f2f5edc7f8f5dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)