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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曄??垓 | 100111100100000000111111001111111001101010110100 | 9e403f3f9ab4 |
EUC-JP | 曄??垓 | 110110111010000100111111001111111101010010110110 | dba13f3fd4b6 |
UTF-8 | 曄욌윣垓 | 111001101001101110000100111011001001101010001100111011001001110010100011111001011001111010010011 | e69b84ec9a8cec9ca3e59e93 |
UHC | 曄욌윣垓 | 1110011110100101100111101110101110011111101001001111101010100111 | e7a59eeb9fa4faa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)