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 | ?G?Ci?G?CiB | 0011111101000111001111110100001101101001001111110100011100111111010000110110100101000010 | 3f473f43693f473f436942 |
SJIS-WIN | ?G?Ci?G?CiB | 0011111101000111001111110100001101101001001111110100011100111111010000110110100101000010 | 3f473f43693f473f436942 |
EUC-JP | ?G?Ci?G?CiB | 0011111101000111001111110100001101101001001111110100011100111111010000110110100101000010 | 3f473f43693f473f436942 |
UTF-8 | 혪G혪Ci혪G혪CiB | 11101101100110001010101001000111111011011001100010101010010000110110100111101101100110001010101001000111111011011001100010101010010000110110100101000010 | ed98aa47ed98aa4369ed98aa47ed98aa436942 |
UHC | 혪G혪Ci혪G혪CiB | 110000101001001001000111110000101001001001000011011010011100001010010010010001111100001010010010010000110110100101000010 | c29247c2924369c29247c292436942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)