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 | ??ß??? | 001111110011111111011111001111110011111100111111 | 3f3fdf3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ß??? | 0011111100111111100011111010100111001110001111110011111100111111 | 3f3f8fa9ce3f3f3f |
UTF-8 | 룶핊ß룶킃㈛ | 1110101110100011101101101110110110010101100010101100001110011111111010111010001110110110111011011000001010000011111000111000100010011011 | eba3b6ed958ac39feba3b6ed8283e3889b |
UHC | 룶핊ß룶킃㈛ | 100011111010101111000000100011111010100110101100100011111010101110110100100011111010100111001100 | 8fabc08fa9ac8fabb48fa9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)