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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 移?移?B | 10001000110110100011111110001000110110100011111101000010 | 88da3f88da3f42 |
EUC-JP | 移?移?B | 10110000110111000011111110110000110111000011111101000010 | b0dc3fb0dc3f42 |
UTF-8 | 移렢移렢B | 11100111101001111011101111101011101000001010001011100111101001111011101111101011101000001010001001000010 | e7a7bbeba0a2e7a7bbeba0a242 |
UHC | 移렢移렢B | 111011001011100110001110101100111110110010111001100011101011001101000010 | ecb98eb3ecb98eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)