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 | ?x? | 001111110111100000111111 | 3f783f |
SJIS-WIN | 辰x辰 | 1001001001000011011110001001001001000011 | 9243789243 |
EUC-JP | 辰x辰 | 1100001110100100011110001100001110100100 | c3a478c3a4 |
UTF-8 | 辰x辰 | 11101000101111101011000001111000111010001011111010110000 | e8beb078e8beb0 |
UHC | 辰x辰 | 1111001011100011011110001111001011100011 | f2e378f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)