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 | 莨鷺政 | 111001001011110010001101111010111001000010101101 | e4bc8deb90ad |
EUC-JP | 莨鷺政 | 111010001011111010111010111011011100000010101111 | e8bebaedc0af |
UTF-8 | 莨鷺政 | 111010001000111010101000111010011011011110111010111001101001010010111111 | e88ea8e9b7bae694bf |
UHC | ?鷺政 | 0011111111010110110111001110111111011001 | 3fd6dcefd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)