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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?穡? | 00111111111000100111000000111111 | 3fe2703f |
EUC-JP | ?穡殮 | 001111111110001111010001100011111100011010101110 | 3fe3d18fc6ae |
UTF-8 | 쿵穡殮 | 111011001011111110110101111001111010100110100001111001101010111010101110 | ecbfb5e7a9a1e6aeae |
UHC | 쿵穡殮 | 110001001111010011011111111000101101011010110001 | c4f4dfe2d6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)