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 | ???^???^B | 001111110011111100111111010111100011111100111111001111110101111001000010 | 3f3f3f5e3f3f3f5e42 |
SJIS-WIN | ???^???^B | 001111110011111100111111010111100011111100111111001111110101111001000010 | 3f3f3f5e3f3f3f5e42 |
EUC-JP | ???^???^B | 001111110011111100111111010111100011111100111111001111110101111001000010 | 3f3f3f5e3f3f3f5e42 |
UTF-8 | 룶⅝▩^룶⅝▩^B | 111010111010001110110110111000101000010110011101111000101001011010101001010111101110101110100011101101101110001010000101100111011110001010010110101010010101111001000010 | eba3b6e2859de296a95eeba3b6e2859de296a95e42 |
UHC | 룶⅝▩^룶⅝▩^B | 100011111010101110101000111111011010001011001100010111101000111110101011101010001111110110100010110011000101111001000010 | 8faba8fda2cc5e8faba8fda2cc5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)