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 | 11101001101010111010111111100011100000101000101111100010100101001001001101000010 | e9abafe3828be2949342 |
EUC-JP | 鬮ッ繧銀箔B | 1111001010101101100011101010111111100101111000101011011011100100110001111111001101000010 | f2ad8eafe5e2b6e4c7f342 |
UTF-8 | 鬮ッ繧銀箔B | 11101001101011001010111011101111101111011010111111100111101110011010011111101001100010101000000011100111101011101001010001000010 | e9acaeefbdafe7b9a7e98a80e7ae9442 |
UHC | ???銀箔B | 0011111100111111001111111110101111011110110110101101100001000010 | 3f3f3febdedad842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)