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 | ò«¥ûÁ¯ | 1111001010101011100011101010010111111011110000011000111010101111 | f2ab8ea5fbc18eaf |
SJIS-WIN | ???¥???? | 001111110011111100111111100000011000111100111111001111110011111100111111 | 3f3f3f818f3f3f3f3f |
EUC-JP | ò???ûÁ?¯ | 10001111101010111101001000111111001111110011111110001111101010111110010110001111101010101010000100111111100011111010001010110100 | 8fabd23f3f3f8fabe58faaa13f8fa2b4 |
UTF-8 | ò«¥ûÁ¯ | 11000011101100101100001010101011110000101000111011000010101001011100001110111011110000111000000111000010100011101100001010101111 | c3b2c2abc28ec2a5c3bbc381c28ec2af |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)