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 | 赦邪示縞 | 1000111011001101100011101101011110001110101001101000111011001000 | 8ecd8ed78ea68ec8 |
EUC-JP | 赦邪示縞 | 1011110011001111101111001101100110111100101010001011110011001010 | bccfbcd9bca8bcca |
UTF-8 | 赦邪示縞 | 111010001011010110100110111010011000001010101010111001111010010010111010111001111011100010011110 | e8b5a6e982aae7a4bae7b89e |
UHC | 赦邪示縞 | 1101111011110101110111101111011111100011110001101111101111010110 | def5def7e3c6fbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)