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 | 爰湿而 | 111000001010011110001110101111001000111010100111 | e0a78ebc8ea7 |
EUC-JP | 爰湿而 | 111000001010100110111100101111101011110010101001 | e0a9bcbebca9 |
UTF-8 | 爰湿而 | 111001111000100010110000111001101011100110111111111010001000000010001100 | e788b0e6b9bfe8808c |
UHC | 爰?而 | 1110101010111010001111111110110010111011 | eaba3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)