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 | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
SJIS-WIN | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
EUC-JP | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
UTF-8 | 琉뗨꽮李춁]H | 1110111110100111100011001110101110010111101010001110101010111101101011101110111110100111101000011110110010110110100000010101110101001000 | efa78ceb97a8eabdaeefa7a1ecb6815d48 |
UHC | 琉뗨꽮李춁]H | 111010111010010010001011111010001000010010111001111011001011000010101101011000010101110101001000 | eba48be884b9ecb0ad615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)