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 | ?U????^ | 00111111010101010011111100111111001111110011111101011110 | 3f553f3f3f3f5e |
SJIS-WIN | ?U????^ | 00111111010101010011111100111111001111110011111101011110 | 3f553f3f3f3f5e |
EUC-JP | ?U????^ | 00111111010101010011111100111111001111110011111101011110 | 3f553f3f3f3f5e |
UTF-8 | 뭒U묨뫃뫆뫛^ | 1110101110101101100100100101010111101011101011001010100011101011101010111000001111101011101010111000011011101011101010111001101101011110 | ebad9255ebaca8ebab83ebab86ebab9b5e |
UHC | 뭒U묨뫃뫆뫛^ | 100100100101101001010101100100100100000110010001101001111001000110101001100100011011101101011110 | 925a55924191a791a991bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)