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?? | 00111111001111110011111100111111011001110011111100111111 | 3f3f3f3f673f3f |
SJIS-WIN | 贈???g程? | 100100011010000100111111001111110011111101100111100100101111011000111111 | 91a13f3f3f6792f63f |
EUC-JP | 贈???g程? | 110000101010001100111111001111110011111101100111110001001111100000111111 | c2a33f3f3f67c4f83f |
UTF-8 | 贈숄렰렲g程렣 | 11101000101101001000100011101100100010001000010011101011101000001011000011101011101000001011001001100111111001111010100010001011111010111010000010100011 | e8b488ec8884eba0b0eba0b267e7a88beba0a3 |
UHC | 贈숄렰렲g程렣 | 11110001111111001011110011110001100011101011110110001110101111110110011111101111111011111000111010110100 | f1fcbcf18ebd8ebf67efef8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)