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 | 赦漆竺射 | 1000111011001101100011101011110110001110101100011000111011001011 | 8ecd8ebd8eb18ecb |
EUC-JP | 赦漆竺射 | 1011110011001111101111001011111110111100101100111011110011001101 | bccfbcbfbcb3bccd |
UTF-8 | 赦漆竺射 | 111010001011010110100110111001101011110010000110111001111010101110111010111001011011000010000100 | e8b5a6e6bc86e7abbae5b084 |
UHC | 赦漆竺射 | 1101111011110101111101101101010011110101111001111101111011010010 | def5f6d4f5e7ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)