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?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-WIN | 辰x辰x^ | 10010010010000110111100010010010010000110111100001011110 | 9243789243785e |
EUC-JP | 辰x辰x^ | 11000011101001000111100011000011101001000111100001011110 | c3a478c3a4785e |
UTF-8 | 辰x辰x^ | 111010001011111010110000011110001110100010111110101100000111100001011110 | e8beb078e8beb0785e |
UHC | 辰x辰x^ | 11110010111000110111100011110010111000110111100001011110 | f2e378f2e3785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)