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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 奪族尊E | 10010010010001001001000110110000100100011011100001000101 | 924491b091b845 |
EUC-JP | 奪族尊E | 11000011101001011100001010110010110000101011101001000101 | c3a5c2b2c2ba45 |
UTF-8 | 奪族尊E | 11100101101001011010101011100110100101111000111111100101101100001000101001000101 | e5a5aae6978fe5b08a45 |
UHC | 奪族尊E | 11110111101011001111000011101001111100001110111001000101 | f7acf0e9f0ee45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)