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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莵シ眈ラ荵犖 | 11100100101101111011110011100001101111001101011111100100101110011110000010110110 | e4b7bce1bcd7e4b9e0b6 |
EUC-JP | 莵シ眈ラ荵犖 | 111010001011100110001110101111001110001010111110100011101101011111101000101110111110000010111000 | e8b98ebce2be8ed7e8bbe0b8 |
UTF-8 | 莵シ眈ラ荵犖 | 111010001000111010110101111011111011110110111100111001111001110010001000111011111011111010010111111010001000110110110101111001111000101010010110 | e88eb5efbdbce79c88efbe97e88db5e78a96 |
UHC | ??眈??? | 00111111001111111111011110101111001111110011111100111111 | 3f3ff7af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)