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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 譫晄侮繖ソ^ | 11100110100111101001110111100110100101011000111011100011100001001011111101011110 | e69e9de6958ee384bf5e |
EUC-JP | 譫晄侮繖ソ^ | 1110101111111110110110101110100011001001111011101110010111100100100011101011111101011110 | ebfedae8c9eee5e48ebf5e |
UTF-8 | 譫晄侮繖ソ^ | 11101000101011011010101111100110100110011000010011100100101111101010111011100111101110011001011011101111101111011011111101011110 | e8adabe69984e4beaee7b996efbdbf5e |
UHC | ?晄侮??^ | 0011111111111100110011011101100110110010001111110011111101011110 | 3ffccdd9b23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)