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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?也??也?B | 001111111001011011100111001111110011111110010110111001110011111101000010 | 3f96e73f3f96e73f42 |
EUC-JP | ?也??也?B | 001111111100110011101001001111110011111111001100111010010011111101000010 | 3fcce93f3fcce93f42 |
UTF-8 | 굽也딨굽也딨B | 11101010101101011011110111100100101110011001111111101011100101001010100011101010101101011011110111100100101110011001111111101011100101001010100001000010 | eab5bde4b99feb94a8eab5bde4b99feb94a842 |
UHC | 굽也딨굽也딨B | 10110001110000011110010110100101101101011111100010110001110000011110010110100101101101011111100001000010 | b1c1e5a5b5f8b1c1e5a5b5f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)