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 | 髻亥ョ」蟇芽 | 11101001100111111000100011100101101011101010001111100101101011111000100111101000 | e99f88e5aea3e5af89e8 |
EUC-JP | 髻亥ョ」蟇芽 | 111100101010000110110000111001111000111010101110100011101010001111101010101100011011001011101010 | f2a1b0e78eae8ea3eab1b2ea |
UTF-8 | 髻亥ョ」蟇芽 | 111010011010101110111011111001001011101010100101111011111011110110101110111011111011110110100011111010001001111110000111111010001000101010111101 | e9abbbe4baa5efbdaeefbda3e89f87e88abd |
UHC | ?亥???芽 | 0011111111111010101001000011111100111111001111111110010010110100 | 3ffaa43f3f3fe4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)