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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 珎磅珎磅B | 111000001101110111100001111110101110000011011101111000011111101001000010 | e0dde1fae0dde1fa42 |
EUC-JP | 珎磅珎磅B | 111000001101111111100010111111001110000011011111111000101111110001000010 | e0dfe2fce0dfe2fc42 |
UTF-8 | 珎磅珎磅B | 11100111100011111000111011100111101000111000010111100111100011111000111011100111101000111000010101000010 | e78f8ee7a385e78f8ee7a38542 |
UHC | ?磅?磅B | 00111111110110111011011000111111110110111011011001000010 | 3fdbb63fdbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)