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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠍ェム雅ソケ | 1110010110110110101010101101000110001001111010111011111110111001 | e5b6aad189ebbfb9 |
EUC-JP | 蠍ェム雅ソケ | 111010101011100010001110101010101000111011010001101100101110110110001110101111111000111010111001 | eab88eaa8ed1b2ed8ebf8eb9 |
UTF-8 | 蠍ェム雅ソケ | 111010001010000010001101111011111011110110101010111011111011111010010001111010011001101110000101111011111011110110111111111011111011110110111001 | e8a08defbdaaefbe91e99b85efbdbfefbdb9 |
UHC | ???雅?? | 00111111001111110011111111100100101110100011111100111111 | 3f3f3fe4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)