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 | 捨頤辞 | 100011101100110011101000111100111000111010101011 | 8ecce8f38eab |
EUC-JP | 捨頤辞 | 101111001100111011110000111101011011110010101101 | bccef0f5bcad |
UTF-8 | 捨頤辞 | 111001101000110110101000111010011010000010100100111010001011111010011110 | e68da8e9a0a4e8be9e |
UHC | 捨?? | 11011110110101110011111100111111 | ded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)