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 | ???????q | 0011111100111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f3f71 |
SJIS-WIN | ???????q | 0011111100111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f3f71 |
EUC-JP | ???????q | 0011111100111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f3f71 |
UTF-8 | 혥횧혯횙혥혵혪q | 11101101100110001010010111101101100110101010011111101101100110001010111111101101100110101001100111101101100110001010010111101101100110001011010111101101100110001010101001110001 | ed98a5ed9aa7ed98afed9a99ed98a5ed98b5ed98aa71 |
UHC | 혥횧혯횙혥혵혪q | 110000101000110111000011100111101100001010010110110000111001001111000010100011011100001010011100110000101001001001110001 | c28dc39ec296c393c28dc29cc29271 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)