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 | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
EUC-JP | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
UTF-8 | 묰뭈몿묿뫛뫗\h | 1110101110101100101100001110101110101101100010001110101110101010101111111110101110101100101111111110101110101011100110111110101110101011100101110101110001101000 | ebacb0ebad88ebaabfebacbfebab9bebab975c68 |
UHC | 묰뭈몿묿뫛뫗\h | 1001001001000111100100100101010010010001101000111001001001001110100100011011101110010001101110010101110001101000 | 9247925491a3924e91bb91b95c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)