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 | 辿揃脱袖 | 1001001001001000100100011011010110010010010001011001000110110011 | 924891b5924591b3 |
EUC-JP | 辿揃脱袖 | 1100001110101001110000101011011111000011101001101100001010110101 | c3a9c2b7c3a6c2b5 |
UTF-8 | 辿揃脱袖 | 111010001011111010111111111001101000111110000011111010001000010010110001111010001010001010010110 | e8bebfe68f83e884b1e8a296 |
UHC | ???袖 | 0011111100111111001111111110001011000000 | 3f3f3fe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)