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 | ÇÇ¥ûÁ¢ | 1000111111000111110001111000111010100101111110111100000110100010 | 8fc7c78ea5fbc1a2 |
SJIS-WIN | ????¥??¢ | 00111111001111110011111100111111100000011000111100111111001111111000000110010001 | 3f3f3f3f818f3f3f8191 |
EUC-JP | ?ÇÇ??ûÁ¢ | 0011111110001111101010101010111010001111101010101010111000111111001111111000111110101011111001011000111110101010101000011010000111110001 | 3f8faaae8faaae3f3f8fabe58faaa1a1f1 |
UTF-8 | ÇÇ¥ûÁ¢ | 11000010100011111100001110000111110000111000011111000010100011101100001010100101110000111011101111000011100000011100001010100010 | c28fc387c387c28ec2a5c3bbc381c2a2 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)