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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褄ィ鬆、霎 | 1110010111101011101010001110100110100000101001001110100010111110 | e5eba8e9a0a4e8be |
EUC-JP | 褄ィ鬆、霎 | 11101010111011011000111010101000111100101010001010001110101001001111000011000000 | eaed8ea8f2a28ea4f0c0 |
UTF-8 | 褄ィ鬆、霎 | 111010001010010010000100111011111011110110101000111010011010110010000110111011111011110110100100111010011001110010001110 | e8a484efbda8e9ac86efbda4e99c8e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)