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 | î»Üí³¦ | 1110111010111011110111001110110110001110101100111000111010100110 | eebbdced8eb38ea6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | î?Üí???¦ | 10001111101010111100001000111111100011111010101011100100100011111010101110111111001111110011111100111111100011111010001011000011 | 8fabc23f8faae48fabbf3f3f3f8fa2c3 |
UTF-8 | î»Üí³¦ | 11000011101011101100001010111011110000111001110011000011101011011100001010001110110000101011001111000010100011101100001010100110 | c3aec2bbc39cc3adc28ec2b3c28ec2a6 |
UHC | ?????³?? | 001111110011111100111111001111110011111110101001111110000011111100111111 | 3f3f3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)