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 | 鈔ょ泣萓 | 1110011111100010100000101110010110001011100000111110010010111110 | e7e282e58b83e4be |
EUC-JP | 鈔ょ泣萓 | 1110111011100100101001001110011110110101111000111110100011000000 | eee4a4e7b5e3e8c0 |
UTF-8 | 鈔ょ泣萓 | 111010011000100010010100111000111000001010000111111001101011001110100011111010001001000010010011 | e98894e38287e6b3a3e89093 |
UHC | ?ょ泣? | 001111111010101011100111111010111110100000111111 | 3faae7ebe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)