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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 者湿瑙 | 100011101101001010001110101111001110000011101101 | 8ed28ebce0ed |
EUC-JP | 者湿瑙 | 101111001101010010111100101111101110000011101111 | bcd4bcbee0ef |
UTF-8 | 者湿瑙 | 111010001000000010000101111001101011100110111111111001111001000110011001 | e88085e6b9bfe79199 |
UHC | 者?瑙 | 1110110110111010001111111101001011000101 | edba3fd2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)