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 | 邵伎キ滔≧辜 | 1110011110111000100010101110101010110111100111111110101110000001100001101110011110000011 | e7b88aeab79feb8186e783 |
EUC-JP | 邵伎キ滔≧辜 | 111011101011101010110100111011001000111010110111110111101110110110100001111001101110110111100011 | eebab4ec8eb7deeda1e6ede3 |
UTF-8 | 邵伎キ滔≧辜 | 111010011000001010110101111001001011110010001110111011111011110110110111111001101011101110010100111000101000100110100111111010001011111010011100 | e982b5e4bc8eefbdb7e6bb94e289a7e8be9c |
UHC | 邵伎?滔?辜 | 11100001110100001101000011101011001111111101010010100101001111111100110111010000 | e1d0d0eb3fd4a53fcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)