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 | 蠑瀧焚 | 111001011011110010010001111010111001010110110000 | e5bc91eb95b0 |
EUC-JP | 蠑瀧焚 | 111010101011111011000010111011011100101010110010 | eabec2edcab2 |
UTF-8 | 蠑瀧焚 | 111010001010000010010001111001111000000010100111111001111000010010011010 | e8a091e780a7e7849a |
UHC | ?瀧焚 | 0011111111010110111010011101110111001101 | 3fd6e9ddcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)