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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲、冐ェ璽 | 10001110110000111010010011100011111011001010101011110000101110111000111010100011 | 8ec3a4e3ecaaf0bb8ea3 |
EUC-JP | 偲、冐ェ?璽 | 1011110011000101100011101010010011100110111011101000111010101010001111111011110010100101 | bcc58ea4e6ee8eaa3fbca5 |
UTF-8 | 偲、冐ェ璽 | 111001011000000110110010111011111011110110100100111001011000011010010000111011111011110110101010111011101000000110111010111001111001001010111101 | e581b2efbda4e58690efbdaaee81bae792bd |
UHC | ?????璽 | 00111111001111110011111100111111001111111101111111011110 | 3f3f3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)