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 | 魏?梱摯?掉 | 11101001101100000011111110001101101010111001110110010101001111111001110101111011 | e9b03f8dab9d953f9d7b |
EUC-JP | 魏?梱摯?掉 | 11110010101100100011111110111010101011011101100111110101001111111101100111011100 | f2b23fbaadd9f53fd9dc |
UTF-8 | 魏얘梱摯흣掉 | 111010011010110110001111111011001001011010011000111001101010001010110001111001101001000110101111111011011001110110100011111001101000111010001001 | e9ad8fec9698e6a2b1e691afed9da3e68e89 |
UHC | 魏얘梱摯흣掉 | 111010101110000010111110111010101100110111100001111100101010011111001000111011101101001111111100 | eae0beeacde1f2a7c8eed3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)