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 | 嵭ネ魏セ | 111110101011001111001000111010011011000010111110 | fab3c8e9b0be |
EUC-JP | 嵭ネ魏セ | 100011111011101111011110100011101100100011110010101100101000111010111110 | 8fbbde8ec8f2b28ebe |
UTF-8 | 嵭ネ魏セ | 111001011011010110101101111011111011111010001000111010011010110110001111111011111011110110111110 | e5b5adefbe88e9ad8fefbdbe |
UHC | ??魏? | 0011111100111111111010101110000000111111 | 3f3feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)