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 | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
SJIS-WIN | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
EUC-JP | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
UTF-8 | 횪Z청횇횪Z청횇^ | 111011011001101010101010010110101110110010110010101011011110110110011010100001111110110110011010101010100101101011101100101100101010110111101101100110101000011101011110 | ed9aaa5aecb2aded9a87ed9aaa5aecb2aded9a875e |
UHC | 횪Z청횇횪Z청횇^ | 110000111010000001011010110000111011101111000011100001011100001110100000010110101100001110111011110000111000010101011110 | c3a05ac3bbc385c3a05ac3bbc3855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)