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 | 夭敎蘗蔚 | 1001101011101110111110101100110110011111010000011000100101010101 | 9aeefacd9f418955 |
EUC-JP | 夭?蘗蔚 | 11010100111100000011111111011101101000101011000110110110 | d4f03fdda2b1b6 |
UTF-8 | 夭敎蘗蔚 | 111001011010010010101101111001101001010110001110111010001001100010010111111010001001010010011010 | e5a4ade6958ee89897e8949a |
UHC | 夭敎蘗蔚 | 1110100011101100110011101110011111011100101000101110101010100101 | e8eccee7dca2eaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)