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 | 屋l???? | 1000100110101110100000101000110000111111001111110011111100111111 | 89ae828c3f3f3f3f |
EUC-JP | 屋l???? | 1011001010110000101000111110110000111111001111110011111100111111 | b2b0a3ec3f3f3f3f |
UTF-8 | 屋l렱琉뉑췃 | 111001011011000110001011111011111011110110001100111010111010000010110001111011111010011110001100111010111000100110010001111011001011011110000011 | e5b18befbd8ceba0b1efa78ceb8991ecb783 |
UHC | 屋l렱琉뉑췃 | 111010001010100110100011111011001000111010111110111010111010010010000111111001101010110110011111 | e8a9a3ec8ebeeba487e6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)