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 | ツ督個つ | 11000010100100111100001010001100110000101000001011000010 | c293c28cc282c2 |
EUC-JP | ツ督個つ | 1000111011000010110001101100010010111000110001001010010011000100 | 8ec2c6c4b8c4a4c4 |
UTF-8 | ツ督個つ | 111011111011111010000010111001111001110110100011111001011000000010001011111000111000000110100100 | efbe82e79da3e5808be381a4 |
UHC | ?督個つ | 00111111110101001011110111001011110000011010101011000100 | 3fd4bdcbc1aac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)