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 | ??????mF | 0011111100111111001111110011111100111111001111110110110101000110 | 3f3f3f3f3f3f6d46 |
SJIS-WIN | ??????mF | 0011111100111111001111110011111100111111001111110110110101000110 | 3f3f3f3f3f3f6d46 |
EUC-JP | ??????mF | 0011111100111111001111110011111100111111001111110110110101000110 | 3f3f3f3f3f3f6d46 |
UTF-8 | 묷뫝몺묱몿묳mF | 1110101110101100101101111110101110101011100111011110101110101010101110101110101110101100101100011110101110101010101111111110101110101100101100110110110101000110 | ebacb7ebab9debaabaebacb1ebaabfebacb36d46 |
UHC | 묷뫝몺묱몿묳mF | 1001001001001011100100011011110110010001101000001001001001001000100100011010001110010010010010100110110101000110 | 924b91bd91a0924891a3924a6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)