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 | 終??終??^ | 100011110100100100111111001111111000111101001001001111110011111101011110 | 8f493f3f8f493f3f5e |
EUC-JP | 終??終??^ | 101111011010101000111111001111111011110110101010001111110011111101011110 | bdaa3f3fbdaa3f3f5e |
UTF-8 | 終블㉩終블㉦^ | 11100111101101011000001011101011101110001001010011100011100010011010100111100111101101011000001011101011101110001001010011100011100010011010011001011110 | e7b582ebb894e389a9e7b582ebb894e389a65e |
UHC | 終블㉩終블㉦^ | 11110000111110111011101011101101101010001011101011110000111110111011101011101101101010001011011101011110 | f0fbbaeda8baf0fbbaeda8b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)