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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莵シ眈ラ荵 | 1110010010110111101111001110000110111100110101111110010010111001 | e4b7bce1bcd7e4b9 |
EUC-JP | 莵シ眈ラ荵 | 11101000101110011000111010111100111000101011111010001110110101111110100010111011 | e8b98ebce2be8ed7e8bb |
UTF-8 | 莵シ眈ラ荵 | 111010001000111010110101111011111011110110111100111001111001110010001000111011111011111010010111111010001000110110110101 | e88eb5efbdbce79c88efbe97e88db5 |
UHC | ??眈?? | 001111110011111111110111101011110011111100111111 | 3f3ff7af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)