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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 即捉臓則] | 100100011010011010010001101010001001000110011111100100011010010101011101 | 91a691a8919f91a55d |
EUC-JP | 即捉臓則] | 110000101010100011000010101010101100001010100001110000101010011101011101 | c2a8c2aac2a1c2a75d |
UTF-8 | 即捉臓則] | 11100101100011011011001111100110100011011000100111101000100001111001001111100101100010011000011101011101 | e58db3e68d89e88793e589875d |
UHC | ?捉?則] | 00111111111100111011010100111111111101101100111001011101 | 3ff3b53ff6ce5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)