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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝨育穴 | 111001011001110010001000111001111000110010001010 | e59c88e78c8a |
EUC-JP | 蝨育穴 | 111010011111110010110000111010011011011111101010 | e9fcb0e9b7ea |
UTF-8 | 蝨育穴 | 111010001001110110101000111010001000001010110010111001111010100110110100 | e89da8e882b2e7a9b4 |
UHC | 蝨育穴 | 111000111010010011101011110000001111101011101011 | e3a4ebc0faeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)