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 | ?貳鼾 | 0011111111100110110001101110101010001101 | 3fe6c6ea8d |
EUC-JP | 錟貳鼾 | 10001111111001001101110111101100110010001111001111101101 | 8fe4ddecc8f3ed |
UTF-8 | 錟貳鼾 | 111010011000110010011111111010001011001010110011111010011011110010111110 | e98c9fe8b2b3e9bcbe |
UHC | 錟貳? | 1101001111001010111011001100001100111111 | d3caecc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)