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 | 製?鷹?∧ | 1001000010111011001111111001000111101001001111111000000111001000 | 90bb3f91e93f81c8 |
EUC-JP | 製?鷹?∧ | 1100000010111101001111111100001011101011001111111010001011001010 | c0bd3fc2eb3fa2ca |
UTF-8 | 製렩鷹뀀∧ | 111010001010001110111101111010111010000010101001111010011011011110111001111010111000000010000000111000101000100010100111 | e8a3bdeba0a9e9b7b9eb8080e288a7 |
UHC | 製렩鷹뀀∧ | 11110000101100101000111010110111111010111110110110110010111010111010000111111100 | f0b28eb7ebedb2eba1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)