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 | 遮借捨 | 100011101101010110001110110110001000111011001100 | 8ed58ed88ecc |
EUC-JP | 遮借捨 | 101111001101011110111100110110101011110011001110 | bcd7bcdabcce |
UTF-8 | 遮借捨 | 111010011000000110101110111001011000000010011111111001101000110110101000 | e981aee5809fe68da8 |
UHC | 遮借捨 | 111100111011010011110011101010001101111011010111 | f3b4f3a8ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)