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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂冗棍 | 111001111010111010001111111001111001111010011110 | e7ae8fe79e9e |
EUC-JP | 邂冗棍 | 111011101011000010111110111010011101101111111110 | eeb0bee9dbfe |
UTF-8 | 邂冗棍 | 111010011000001010000010111001011000011010010111111001101010001110001101 | e98282e58697e6a38d |
UHC | 邂冗棍 | 111110101011001111101001101101111100110111100010 | fab3e9b7cde2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)