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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 邂冗宍] | 11100111101011101000111111100111100011101011001101011101 | e7ae8fe78eb35d |
EUC-JP | 邂冗宍] | 11101110101100001011111011101001101111001011010101011101 | eeb0bee9bcb55d |
UTF-8 | 邂冗宍] | 11101001100000101000001011100101100001101001011111100101101011101000110101011101 | e98282e58697e5ae8d5d |
UHC | 邂冗?] | 111110101011001111101001101101110011111101011101 | fab3e9b73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)