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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 東摺^ | 1001001110001100100100001010000001011110 | 938c90a05e |
EUC-JP | 東摺^ | 1100010111101100110000001010001001011110 | c5ecc0a25e |
UTF-8 | 東摺^ | 11100110100111011011000111100110100100011011101001011110 | e69db1e691ba5e |
UHC | 東摺^ | 1101010011010100111011111100100101011110 | d4d4efc95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)