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 | ç±ç²³G | 11100111101100011000001111100111101100101011001101000111 | e7b183e7b2b347 |
SJIS-WIN | ?±????G | 0011111110000001011111010011111100111111001111110011111101000111 | 3f817d3f3f3f3f47 |
EUC-JP | ç±?ç??G | 100011111010101110101110101000011101111000111111100011111010101110101110001111110011111101000111 | 8fabaea1de3f8fabae3f3f47 |
UTF-8 | ç±ç²³G | 11000011101001111100001010110001110000101000001111000011101001111100001010110010110000101011001101000111 | c3a7c2b1c283c3a7c2b2c2b347 |
UHC | ?±??²³G | 00111111101000011011111000111111001111111010100111110111101010011111100001000111 | 3fa1be3f3fa9f7a9f847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)