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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄂疲&笏 | 1110011110111101100101001110011010000001100101011110001010010100 | e7bd94e68195e294 |
EUC-JP | 鄂疲&笏 | 1110111010111111110010001110100010100001111101011110001111110100 | eebfc8e8a1f5e3f4 |
UTF-8 | 鄂疲&笏 | 111010011000010010000010111001111001011010110010111011111011110010000110111001111010110010001111 | e98482e796b2efbc86e7ac8f |
UHC | 鄂疲&笏 | 1110010011000111111110011010101010100011101001101111101111101110 | e4c7f9aaa3a6fbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)