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 | 襞咲飴纈 | 1110010111111100100011011110011110001000101110011110001110010010 | e5fc8de788b9e392 |
EUC-JP | 襞咲飴纈 | 1110101011111110101110101110100110110000101110111110010111110010 | eafebae9b0bbe5f2 |
UTF-8 | 襞咲飴纈 | 111010001010010110011110111001011001001010110010111010011010001110110100111001111011101010001000 | e8a59ee592b2e9a3b4e7ba88 |
UHC | ??飴? | 0011111100111111111011001100011100111111 | 3f3fecc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)