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 | 姚??潁?? | 1001101101001100001111110011111110011111111100010011111100111111 | 9b4c3f3f9ff13f3f |
EUC-JP | 姚??潁?? | 1101010110101101001111110011111111011110111100110011111100111111 | d5ad3f3fdef33f3f |
UTF-8 | 姚김썔潁욄쓶 | 111001011010011110011010111010101011100110000000111011001000110110010100111001101011110110000001111011001001101010000100111011001001001110110110 | e5a79aeab980ec8d94e6bd81ec9a84ec93b6 |
UHC | 姚김썔潁욄쓶 | 111010001110111010110001111010001001101110000111111001111011100010011110111001101001110110010011 | e8eeb1e89b87e7b89ee69d93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)