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 | ツ督個B | 11000010100100111100001010001100110000101000001001100001 | c293c28cc28261 |
EUC-JP | ツ督個B | 1000111011000010110001101100010010111000110001001010001111000010 | 8ec2c6c4b8c4a3c2 |
UTF-8 | ツ督個B | 111011111011111010000010111001111001110110100011111001011000000010001011111011111011110010100010 | efbe82e79da3e5808befbca2 |
UHC | ?督個B | 00111111110101001011110111001011110000011010001111000010 | 3fd4bdcbc1a3c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)