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 | 稔驀衲氈 | 1001011010101011111010010111110111100101110100111001111110000001 | 96abe97de5d39f81 |
EUC-JP | 稔驀衲氈 | 1100110010101101111100011101111011101010110101011101110111100001 | ccadf1deead5dde1 |
UTF-8 | 稔驀衲氈 | 111001111010100010010100111010011010100110000000111010001010000110110010111001101011000010001000 | e7a894e9a980e8a1b2e6b088 |
UHC | 稔驀衲氈 | 1110110011111001110110001110100111010010101001001110111011111101 | ecf9d8e9d2a4eefd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)