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 | ¾¤Àô] | 101111101010010010001111110000001111010001011101 | bea48fc0f45d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ?¤?Àô] | 001111111000111110100010111100000011111110001111101010101010001010001111101010111101010001011101 | 3f8fa2f03f8faaa28fabd45d |
UTF-8 | ¾¤Àô] | 1100001010111110110000101010010011000010100011111100001110000000110000111011010001011101 | c2bec2a4c28fc380c3b45d |
UHC | ¾¤???] | 1010100011111010101000101011010000111111001111110011111101011101 | a8faa2b43f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)