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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮴荀轎 | 111010011011111011100100101001001110011101111100 | e9bee4a4e77c |
EUC-JP | 鮴荀轎 | 111100101100000011101000101001101110110111011101 | f2c0e8a6eddd |
UTF-8 | 鮴荀轎 | 111010011010111010110100111010001000110110000000111010001011110110001110 | e9aeb4e88d80e8bd8e |
UHC | ?荀轎 | 0011111111100010111100001100111011110011 | 3fe2f0cef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)