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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 製?移?^ | 10010000101110110011111110001000110110100011111101011110 | 90bb3f88da3f5e |
EUC-JP | 製?移?^ | 11000000101111010011111110110000110111000011111101011110 | c0bd3fb0dc3f5e |
UTF-8 | 製렩移렊^ | 11101000101000111011110111101011101000001010100111100111101001111011101111101011101000001000101001011110 | e8a3bdeba0a9e7a7bbeba08a5e |
UHC | 製렩移렊^ | 111100001011001010001110101101111110110010111001100011101010000101011110 | f0b28eb7ecb98ea15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)