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 | ?饋??朞 | 00111111111010010101111000111111001111111001111001001101 | 3fe95e3f3f9e4d |
EUC-JP | ?饋??朞 | 00111111111100011011111100111111001111111101101110101110 | 3ff1bf3f3fdbae |
UTF-8 | 룶饋퓽룵朞 | 111010111010001110110110111010011010010110001011111011011001001110111101111010111010001110110101111001101001110010011110 | eba3b6e9a58bed93bdeba3b5e69c9e |
UHC | 룶饋퓽룵朞 | 10001111101010111100111111111010110001111100000010001111101010101101000110100001 | 8fabcffac7c08faad1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)