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 | 00111111001111110011111100111111101011100011111101000101 | 3f3f3f3fae3f45 |
SJIS-WIN | 獄??獄??E | 100011011001011000111111001111111000110110010110001111110011111101000101 | 8d963f3f8d963f3f45 |
EUC-JP | 獄??獄®?E | 1011100111110110001111110011111110111001111101101000111110100010111011100011111101000101 | b9f63f3fb9f68fa2ee3f45 |
UTF-8 | 獄€씘獄®뵴E | 111001111000110110000100111000101000001010101100111011001001010010011000111001111000110110000100110000101010111011101011101101011011010001000101 | e78d84e282acec9498e78d84c2aeebb5b445 |
UHC | 獄€씘獄®뵴E | 11101000101010111010001011100110100111011010110111101000101010111010001011100111100101001011001001000101 | e8aba2e69dade8aba2e794b245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)