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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 礁??サ | 100011111100101000111111001111111000001101010100 | 8fca3f3f8354 |
EUC-JP | 礁??サ | 101111101100110000111111001111111010010110110101 | becc3f3fa5b5 |
UTF-8 | 礁菧欈サ | 111001111010010010000001111010001000111110100111111001101010110010001000111000111000001010110101 | e7a481e88fa7e6ac88e382b5 |
UHC | 礁??サ | 111101011010011100111111001111111010101110110101 | f5a73f3fabb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)