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 | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-WIN | テォツセツ宋}B | 110000111010101111000010101111101100001010010001011101100111110101000010 | c3abc2bec291767d42 |
EUC-JP | テォツセツ宋}B | 1000111011000011100011101010101110001110110000101000111010111110100011101100001011000001110101110111110101000010 | 8ec38eab8ec28ebe8ec2c1d77d42 |
UTF-8 | テォツセツ宋}B | 1110111110111110100000111110111110111101101010111110111110111110100000101110111110111101101111101110111110111110100000101110010110101110100010110111110101000010 | efbe83efbdabefbe82efbdbeefbe82e5ae8b7d42 |
UHC | ?????宋}B | 001111110011111100111111001111110011111111100001111001000111110101000010 | 3f3f3f3f3fe1e47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)