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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | リェz | 1101100011110001101111011010101001111010 | d8f1bdaa7a |
EUC-JP | リ?ェz | 100011101101100000111111100011101010101001111010 | 8ed83f8eaa7a |
UTF-8 | リェz | 11101111101111101001100011101110100001001011100011101111101111011010101001111010 | efbe98ee84b8efbdaa7a |
UHC | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)