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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映??鵝 | 100010010110011000111111001111111110101001000000 | 89663f3fea40 |
EUC-JP | 映??鵝 | 101100011100011100111111001111111111001110100001 | b1c73f3ff3a1 |
UTF-8 | 映득쑒鵝 | 111001101001100010100000111010111001001110011101111011001001000110010010111010011011010110011101 | e698a0eb939dec9192e9b59d |
UHC | 映득쑒鵝 | 1110011110110001101101011110011010011100101100011110010010111101 | e7b1b5e69cb1e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)