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 | 裘雅e粫士 | 11100101111000101000100111101011100000101000010111100010111001101000111001101101 | e5e289eb8285e2e68e6d |
EUC-JP | 裘雅e粫士 | 11101010111001001011001011101101101000111110010111100100111010001011101111001110 | eae4b2eda3e5e4e8bbce |
UTF-8 | 裘雅e粫士 | 111010001010001110011000111010011001101110000101111011111011110110000101111001111011001010101011111001011010001110101011 | e8a398e99b85efbd85e7b2abe5a3ab |
UHC | ?雅e?士 | 0011111111100100101110101010001111100101001111111101111011001101 | 3fe4baa3e53fdecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)