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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逍オ迪也竜逞 | 1110011110010110101101011110011110001100100101101110011110010111101100111110011110010111 | e796b5e78c96e797b3e797 |
EUC-JP | 逍オ迪也竜逞 | 111011011111011010001110101101011110110111101100110011001110100111001110101101011110110111110111 | edf68eb5edeccce9ceb5edf7 |
UTF-8 | 逍オ迪也竜逞 | 111010011000000010001101111011111011110110110101111010001011111110101010111001001011100110011111111001111010101110011100111010011000000010011110 | e9808defbdb5e8bfaae4b99fe7ab9ce9809e |
UHC | 逍?迪也?逞 | 11100001110011100011111111101110111010001110010110100101001111111101011011000001 | e1ce3feee8e5a53fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)