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 | 襞咲飴藥 | 1110010111111100100011011110011110001000101110011110010101011010 | e5fc8de788b9e55a |
EUC-JP | 襞咲飴藥 | 1110101011111110101110101110100110110000101110111110100110111011 | eafebae9b0bbe9bb |
UTF-8 | 襞咲飴藥 | 111010001010010110011110111001011001001010110010111010011010001110110100111010001001011110100101 | e8a59ee592b2e9a3b4e897a5 |
UHC | ??飴藥 | 001111110011111111101100110001111110010110110111 | 3f3fecc7e5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)