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 | 移?移?^ | 10001000110110100011111110001000110110100011111101011110 | 88da3f88da3f5e |
EUC-JP | 移?移?^ | 10110000110111000011111110110000110111000011111101011110 | b0dc3fb0dc3f5e |
UTF-8 | 移욬移욬^ | 11100111101001111011101111101100100110101010110011100111101001111011101111101100100110101010110001011110 | e7a7bbec9aace7a7bbec9aac5e |
UHC | 移욬移욬^ | 111011001011100110011111010001001110110010111001100111110100010001011110 | ecb99f44ecb99f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)