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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 湿宍湿雫e^ | 10001110101111001000111010110011100011101011110010001110101101000110010101011110 | 8ebc8eb38ebc8eb4655e |
EUC-JP | 湿宍湿雫e^ | 10111100101111101011110010110101101111001011111010111100101101100110010101011110 | bcbebcb5bcbebcb6655e |
UTF-8 | 湿宍湿雫e^ | 1110011010111001101111111110010110101110100011011110011010111001101111111110100110011011101010110110010101011110 | e6b9bfe5ae8de6b9bfe99bab655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)