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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ誰ツ終 | 110000101001001001001110110000101000111101001001 | c2924ec28f49 |
EUC-JP | ツ誰ツ終 | 1000111011000010110000111010111110001110110000101011110110101010 | 8ec2c3af8ec2bdaa |
UTF-8 | ツ誰ツ終 | 111011111011111010000010111010001010101010110000111011111011111010000010111001111011010110000010 | efbe82e8aab0efbe82e7b582 |
UHC | ?誰?終 | 001111111110001011000001001111111111000011111011 | 3fe2c13ff0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)