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 | ラ磆オ箏 | 1101011111100001111101011011010111110001111111001110001010110101 | d7e1f5b5f1fce2b5 |
EUC-JP | ラ磆オ?箏 | 100011101101011111100010111101111000111010110101001111111110010010110111 | 8ed7e2f78eb53fe4b7 |
UTF-8 | ラ磆オ箏 | 111011111011111010010111111001111010001110000110111011111011110110110101111011101000010110110111111001111010111010001111 | efbe97e7a386efbdb5ee85b7e7ae8f |
UHC | ????箏 | 001111110011111100111111001111111110111010110100 | 3f3f3f3feeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)