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 | 鬣埼・坑 | 11101001101001011000110111101001101001011000110101000010 | e9a58de9a58d42 |
EUC-JP | 鬣埼・坑 | 1111001010100111101110101110101110001110101001011011100110100011 | f2a7baeb8ea5b9a3 |
UTF-8 | 鬣埼・坑 | 111010011010110010100011111001011001111110111100111011111011110110100101111001011001110110010001 | e9aca3e59fbcefbda5e59d91 |
UHC | ?埼?坑 | 001111111101000011110010001111111100101111010101 | 3fd0f23fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)