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 | ò²Àí¡ | 111100101011001011000000111011011000111010100001 | f2b2c0ed8ea1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ò?Àí?¡ | 1000111110101011110100100011111110001111101010101010001010001111101010111011111100111111100011111010001011000010 | 8fabd23f8faaa28fabbf3f8fa2c2 |
UTF-8 | ò²Àí¡ | 110000111011001011000010101100101100001110000000110000111010110111000010100011101100001010100001 | c3b2c2b2c380c3adc28ec2a1 |
UHC | ?²???¡ | 0011111110101001111101110011111100111111001111111010001010101110 | 3fa9f73f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)