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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 宵蓆宵蓆^ | 100011111010101011100100111011001000111110101010111001001110110001011110 | 8faae4ec8faae4ec5e |
EUC-JP | 宵蓆宵蓆^ | 101111101010110011101000111011101011111010101100111010001110111001011110 | beace8eebeace8ee5e |
UTF-8 | 宵蓆宵蓆^ | 11100101101011101011010111101000100100111000011011100101101011101011010111101000100100111000011001011110 | e5aeb5e89386e5aeb5e893865e |
UHC | 宵蓆宵蓆^ | 111000011011001011100000101101101110000110110010111000001011011001011110 | e1b2e0b6e1b2e0b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)