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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 歟??泣?B | 1001111101100010001111110011111110001011100000110011111101000010 | 9f623f3f8b833f42 |
EUC-JP | 歟??泣?B | 1101110111000011001111110011111110110101111000110011111101000010 | ddc33f3fb5e33f42 |
UTF-8 | 歟㏓냲泣뎂B | 11100110101011011001111111100011100011111001001111101011100000111011001011100110101100111010001111101011100011101000001001000010 | e6ad9fe38f93eb83b2e6b3a3eb8e8242 |
UHC | 歟㏓냲泣뎂B | 1110011010100010101001111110101110000110100000101110101111101000100010010101001101000010 | e6a2a7eb8682ebe8895342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)