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 | ????xE | 001111110011111100111111001111110111100001000101 | 3f3f3f3f7845 |
SJIS-WIN | 疾辞シテxE | 1000111010111110100011101010101110111100110000110111100001000101 | 8ebe8eabbcc37845 |
EUC-JP | 疾辞シテxE | 10111100110000001011110010101101100011101011110010001110110000110111100001000101 | bcc0bcad8ebc8ec37845 |
UTF-8 | 疾辞シテxE | 1110011110010110101111101110100010111110100111101110111110111101101111001110111110111110100000110111100001000101 | e796bee8be9eefbdbcefbe837845 |
UHC | 疾???xE | 11110010111100000011111100111111001111110111100001000101 | f2f03f3f3f7845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)