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 | 鬣埼・咲 | 11101001101001011000110111101001101001011000110111100111 | e9a58de9a58de7 |
EUC-JP | 鬣埼・咲 | 1111001010100111101110101110101110001110101001011011101011101001 | f2a7baeb8ea5bae9 |
UTF-8 | 鬣埼・咲 | 111010011010110010100011111001011001111110111100111011111011110110100101111001011001001010110010 | e9aca3e59fbcefbda5e592b2 |
UHC | ?埼?? | 0011111111010000111100100011111100111111 | 3fd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)