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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬣底サ畷 | 11101001101001011001001011101010101110111001001111101011 | e9a592eabb93eb |
EUC-JP | 鬣底サ畷 | 1111001010100111110001001110110010001110101110111100011011101101 | f2a7c4ec8ebbc6ed |
UTF-8 | 鬣底サ畷 | 111010011010110010100011111001011011101010010101111011111011110110111011111001111001010110110111 | e9aca3e5ba95efbdbbe795b7 |
UHC | ?底?? | 0011111111101110101111000011111100111111 | 3feebc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)