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 | 肉??肉??^ | 100100111111011100111111001111111001001111110111001111110011111101011110 | 93f73f3f93f73f3f5e |
EUC-JP | 肉??肉??^ | 110001101111100100111111001111111100011011111001001111110011111101011110 | c6f93f3fc6f93f3f5e |
UTF-8 | 肉붹뼓肉붿뵻^ | 11101000100000101000100111101011101101101011100111101011101111001001001111101000100000101000100111101011101101101011111111101011101101011011101101011110 | e88289ebb6b9ebbc93e88289ebb6bfebb5bb5e |
UHC | 肉붹뼓肉붿뵻^ | 11101011101111111001010011100110100101101001101111101011101111111001010011101100100101001011100101011110 | ebbf94e6969bebbf94ec94b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)