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 | ?????g\ | 00111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f675c |
SJIS-WIN | 恁??恁?g\ | 100111001000110000111111001111111001110010001100001111110110011101011100 | 9c8c3f3f9c8c3f675c |
EUC-JP | 恁?Ł恁?g\ | 1101011111101100001111111000111110101001101010001101011111101100001111110110011101011100 | d7ec3f8fa9a8d7ec3f675c |
UTF-8 | 恁⑹Ł恁찦g\ | 11100110100000011000000111100010100100011011100111000101100000011110011010000001100000011110110010110000101001100110011101011100 | e68181e291b9c581e68181ecb0a6675c |
UHC | 恁⑹Ł恁찦g\ | 111011001111011010101001111011001010100010101001111011001111011010101010010000100110011101011100 | ecf6a9eca8a9ecf6aa42675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)