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 | 塋l?淹 | 10011010110010001000001010001100001111111001111110111001 | 9ac8828c3f9fb9 |
EUC-JP | 塋l?淹 | 11010100110010101010001111101100001111111101111010111011 | d4caa3ec3fdebb |
UTF-8 | 塋l뼔淹 | 111001011010000110001011111011111011110110001100111010111011110010010100111001101011011110111001 | e5a18befbd8cebbc94e6b7b9 |
UHC | 塋l뼔淹 | 1110011110101011101000111110110010010110100111001110010111110100 | e7aba3ec969ce5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)