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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?犀??犀?^ | 001111111000110111010010001111110011111110001101110100100011111101011110 | 3f8dd23f3f8dd23f5e |
EUC-JP | ?犀??犀?^ | 001111111011101011010100001111110011111110111010110101000011111101011110 | 3fbad43f3fbad43f5e |
UTF-8 | 충犀꿨충犀꿨^ | 11101100101101101010100111100111100010101000000011101010101111111010100011101100101101101010100111100111100010101000000011101010101111111010100001011110 | ecb6a9e78a80eabfa8ecb6a9e78a80eabfa85e |
UHC | 충犀꿨충犀꿨^ | 11000011111001101101111111111001101100101110010111000011111001101101111111111001101100101110010101011110 | c3e6dff9b2e5c3e6dff9b2e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)