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\ | 1001110010001100001111110011111100111111001111110110011101011100 | 9c8c3f3f3f3f675c |
EUC-JP | 恁????g\ | 1101011111101100001111110011111100111111001111110110011101011100 | d7ec3f3f3f3f675c |
UTF-8 | 恁캾李쇱콠g\ | 1110011010000001100000011110110010111010101111101110111110100111101000011110110010000111101100011110110010111101101000000110011101011100 | e68181ecbabeefa7a1ec87b1ecbda0675c |
UHC | 恁캾李쇱콠g\ | 111011001111011010110000011001001110110010110000101111001110110010110001100110000110011101011100 | ecf6b064ecb0bcecb198675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)