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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | 荼葮K}荼葮K{^ | 11100100101101101110010011011001010010110111110111100100101101101110010011011001010010110111101101011110 | e4b6e4d94b7de4b6e4d94b7b5e |
EUC-JP | 荼葮K}荼葮K{^ | 11101000101110001110100011011011010010110111110111101000101110001110100011011011010010110111101101011110 | e8b8e8db4b7de8b8e8db4b7b5e |
UTF-8 | 荼葮K}荼葮K{^ | 1110100010001101101111001110100010010001101011100100101101111101111010001000110110111100111010001001000110101110010010110111101101011110 | e88dbce891ae4b7de88dbce891ae4b7b5e |
UHC | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)