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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莵赦鴫莵 | 1110010010110111100011101100110110001110101100001110010010110111 | e4b78ecd8eb0e4b7 |
EUC-JP | 莵赦鴫莵 | 1110100010111001101111001100111110111100101100101110100010111001 | e8b9bccfbcb2e8b9 |
UTF-8 | 莵赦鴫莵 | 111010001000111010110101111010001011010110100110111010011011010010101011111010001000111010110101 | e88eb5e8b5a6e9b4abe88eb5 |
UHC | ?赦?? | 0011111111011110111101010011111100111111 | 3fdef53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)