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 | 翁??怏 | 100010011010010100111111001111111001110010001001 | 89a53f3f9c89 |
EUC-JP | 翁??怏 | 101100101010011100111111001111111101011111101001 | b2a73f3fd7e9 |
UTF-8 | 翁곩탪怏 | 111001111011111110000001111010101011001110101001111011011000001110101010111001101000000010001111 | e7bf81eab3a9ed83aae6808f |
UHC | 翁곩탪怏 | 1110100010111010100000011110010110110101100011001110010011101000 | e8ba81e5b58ce4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)