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 | 錵結械碎 | 1110100001000101100011001000101110001010010000101110000111101010 | e8458c8b8a42e1ea |
EUC-JP | 錵結械碎 | 1110111110100110101101111110101110110011101000111110001011101100 | efa6b7ebb3a3e2ec |
UTF-8 | 錵結械碎 | 111010011000110010110101111001111011010110010000111001101010001010110000111001111010001010001110 | e98cb5e7b590e6a2b0e7a28e |
UHC | ?結械碎 | 00111111110011001011111111001100111111101110000111101111 | 3fccbfccfee1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)