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 | 魏?悲賃 | 11101001101100000011111110010100110111111001001011000000 | e9b03f94df92c0 |
EUC-JP | 魏?悲賃 | 11110010101100100011111111001000111000011100010011000010 | f2b23fc8e1c4c2 |
UTF-8 | 魏잼悲賃 | 111010011010110110001111111011001001111010111100111001101000001010110010111010001011001110000011 | e9ad8fec9ebce682b2e8b383 |
UHC | 魏잼悲賃 | 1110101011100000110000001110101111011101111010001110110011111100 | eae0c0ebdde8ecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)