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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 歟??泣?^ | 1001111101100010001111110011111110001011100000110011111101011110 | 9f623f3f8b833f5e |
EUC-JP | 歟??泣?^ | 1101110111000011001111110011111110110101111000110011111101011110 | ddc33f3fb5e33f5e |
UTF-8 | 歟㏓냲泣뎑^ | 11100110101011011001111111100011100011111001001111101011100000111011001011100110101100111010001111101011100011101001000101011110 | e6ad9fe38f93eb83b2e6b3a3eb8e915e |
UHC | 歟㏓냲泣뎑^ | 1110011010100010101001111110101110000110100000101110101111101000100010010110001101011110 | e6a2a7eb8682ebe889635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)