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 | î»Üí³¤ | 1110111010111011110111001110110110001110101100111000111010100100 | eebbdced8eb38ea4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | î?Üí???¤ | 10001111101010111100001000111111100011111010101011100100100011111010101110111111001111110011111100111111100011111010001011110000 | 8fabc23f8faae48fabbf3f3f3f8fa2f0 |
UTF-8 | î»Üí³¤ | 11000011101011101100001010111011110000111001110011000011101011011100001010001110110000101011001111000010100011101100001010100100 | c3aec2bbc39cc3adc28ec2b3c28ec2a4 |
UHC | ?????³?¤ | 00111111001111110011111100111111001111111010100111111000001111111010001010110100 | 3f3f3f3f3fa9f83fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)