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 | 赦鴫謝璽 | 1000111011001101100011101011000010001110110100111000111010100011 | 8ecd8eb08ed38ea3 |
EUC-JP | 赦鴫謝璽 | 1011110011001111101111001011001010111100110101011011110010100101 | bccfbcb2bcd5bca5 |
UTF-8 | 赦鴫謝璽 | 111010001011010110100110111010011011010010101011111010001010110010011101111001111001001010111101 | e8b5a6e9b4abe8ac9de792bd |
UHC | 赦?謝璽 | 11011110111101010011111111011110111100111101111111011110 | def53fdef3dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)