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 | 辰渫形 | 100100100100001110011111110101101000110001100000 | 92439fd68c60 |
EUC-JP | 辰渫形 | 110000111010010011011110110110001011011111000001 | c3a4ded8b7c1 |
UTF-8 | 辰渫形 | 111010001011111010110000111001101011100010101011111001011011110110100010 | e8beb0e6b8abe5bda2 |
UHC | 辰渫形 | 111100101110001111100000110111101111101110100001 | f2e3e0defba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)