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 | 辰竪他 | 100100100100001110010010010001111001000110111100 | 9243924791bc |
EUC-JP | 辰竪他 | 110000111010010011000011101010001100001010111110 | c3a4c3a8c2be |
UTF-8 | 辰竪他 | 111010001011111010110000111001111010101110101010111001001011101110010110 | e8beb0e7abaae4bb96 |
UHC | 辰竪他 | 111100101110001111100010101101011111011011100010 | f2e3e2b5f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)