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 | 邵伎キ滔≧螻 | 1110011110111000100010101110101010110111100111111110101110000001100001101110010110110001 | e7b88aeab79feb8186e5b1 |
EUC-JP | 邵伎キ滔≧螻 | 111011101011101010110100111011001000111010110111110111101110110110100001111001101110101010110011 | eebab4ec8eb7deeda1e6eab3 |
UTF-8 | 邵伎キ滔≧螻 | 111010011000001010110101111001001011110010001110111011111011110110110111111001101011101110010100111000101000100110100111111010001001111010111011 | e982b5e4bc8eefbdb7e6bb94e289a7e89ebb |
UHC | 邵伎?滔?? | 111000011101000011010000111010110011111111010100101001010011111100111111 | e1d0d0eb3fd4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)