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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螟御幻 | 111001011010010010001100111001001000110010110110 | e5a48ce48cb6 |
EUC-JP | 螟御幻 | 111010101010011010111000111001101011100010111000 | eaa6b8e6b8b8 |
UTF-8 | 螟御幻 | 111010001001111010011111111001011011111010100001111001011011100110111011 | e89e9fe5bea1e5b9bb |
UHC | 螟御幻 | 110110011010110111100101110110011111110010110011 | d9ade5d9fcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)