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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 壓??矣??^ | 100110101101100000111111001111111110000111100001001111110011111101011110 | 9ad83f3fe1e13f3f5e |
EUC-JP | 壓??矣??^ | 110101001101101000111111001111111110001011100011001111110011111101011110 | d4da3f3fe2e33f3f5e |
UTF-8 | 壓쇰꼬矣곕룵^ | 11100101101000111001001111101100100001111011000011101010101111001010110011100111100111111010001111101010101100111001010111101011101000111011010101011110 | e5a393ec87b0eabcace79fa3eab395eba3b55e |
UHC | 壓쇰꼬矣곕룵^ | 11100100111000101011110011101011101100101011111111101011111110001011000011101011100011111010101001011110 | e4e2bcebb2bfebf8b0eb8faa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)