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 | 逎結械碎 | 1110011110100011100011001000101110001010010000101110000111101010 | e7a38c8b8a42e1ea |
EUC-JP | 逎結械碎 | 1110111010100101101101111110101110110011101000111110001011101100 | eea5b7ebb3a3e2ec |
UTF-8 | 逎結械碎 | 111010011000000010001110111001111011010110010000111001101010001010110000111001111010001010001110 | e9808ee7b590e6a2b0e7a28e |
UHC | ?結械碎 | 00111111110011001011111111001100111111101110000111101111 | 3fccbfccfee1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)