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 | 莨鷺蕩 | 111001001011110010001101111010111001001110100000 | e4bc8deb93a0 |
EUC-JP | 莨鷺蕩 | 111010001011111010111010111011011100011010100010 | e8bebaedc6a2 |
UTF-8 | 莨鷺蕩 | 111010001000111010101000111010011011011110111010111010001001010110101001 | e88ea8e9b7bae895a9 |
UHC | ?鷺蕩 | 0011111111010110110111001111011110111001 | 3fd6dcf7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)