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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 樟ξ?B | 100011111011111010000011110011000011111101000010 | 8fbe83cc3f42 |
EUC-JP | 樟ξ?B | 101111101100000010100110110011100011111101000010 | bec0a6ce3f42 |
UTF-8 | 樟ξ닧B | 111001101010100010011111110011101011111011101011100010111010011101000010 | e6a89fcebeeb8ba742 |
UHC | 樟ξ닧B | 11101101111010011010010111101110100010001010001101000010 | ede9a5ee88a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)