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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ???港?@h | 0011111100111111001111111000110101100000001111110100000001101000 | 3f3f3f8d603f4068 |
EUC-JP | ???港?@h | 0011111100111111001111111011100111000001001111110100000001101000 | 3f3f3fb9c13f4068 |
UTF-8 | 吳됰뜂港쿥@h | 1110010110010000101100111110101110010000101100001110101110011100100000101110011010111000101011111110110010111111101001010100000001101000 | e590b3eb90b0eb9c82e6b8afecbfa54068 |
UHC | 吳됰뜂港쿥@h | 111001111110111110001001111010111000110110000110111110011111101110110011010101110100000001101000 | e7ef89eb8d86f9fbb3574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)