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 | 魏?悲縡 | 11101001101100000011111110010100110111111110001101110001 | e9b03f94dfe371 |
EUC-JP | 魏?悲縡 | 11110010101100100011111111001000111000011110010111010010 | f2b23fc8e1e5d2 |
UTF-8 | 魏잼悲縡 | 111010011010110110001111111011001001111010111100111001101000001010110010111001111011100010100001 | e9ad8fec9ebce682b2e7b8a1 |
UHC | 魏잼悲縡 | 1110101011100000110000001110101111011101111010001110111010101101 | eae0c0ebdde8eead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)