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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 媛肆畝精? | 100101010101000111100011111001101001000010100100100100001011100000111111 | 9551e3e690a490b83f |
EUC-JP | 媛肆畝精? | 110010011011001011100110111010001100000010100110110000001011101000111111 | c9b2e6e8c0a6c0ba3f |
UTF-8 | 媛肆畝精렖 | 111001011010101010011011111010001000001010000110111001111001010110011101111001111011001010111110111010111010000010010110 | e5aa9be88286e7959de7b2beeba096 |
UHC | 媛肆畝精렖 | 11101010101100001101111011101011110110011110111111101111111100011000111010101011 | eab0deebd9efeff18eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)