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 | 疫ュ? | 1000100101110101100000111000010100111111 | 897583853f |
EUC-JP | 疫ュ? | 1011000111010110101001011110010100111111 | b1d6a5e53f |
UTF-8 | 疫ュ빰 | 111001111001011010101011111000111000001110100101111010111011100110110000 | e796abe383a5ebb9b0 |
UHC | 疫ュ빰 | 111001101011100110101011111001011011101110100011 | e6b9abe5bba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)