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 | 赦鬚捨鬚 | 1000111011001101111010011010001010001110110011001110100110100010 | 8ecde9a28ecce9a2 |
EUC-JP | 赦鬚捨鬚 | 1011110011001111111100101010010010111100110011101111001010100100 | bccff2a4bccef2a4 |
UTF-8 | 赦鬚捨鬚 | 111010001011010110100110111010011010110010011010111001101000110110101000111010011010110010011010 | e8b5a6e9ac9ae68da8e9ac9a |
UHC | 赦鬚捨鬚 | 1101111011110101111000101101000111011110110101111110001011010001 | def5e2d1ded7e2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)