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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ???裕?] | 00111111001111110011111110010111010101000011111101011101 | 3f3f3f97543f5d |
EUC-JP | 轝?Ŀ裕?] | 1000111111100001101010100011111110001111101010011010100111001101101101010011111101011101 | 8fe1aa3f8fa9a9cdb53f5d |
UTF-8 | 轝뀀Ŀ裕킧] | 111010001011110110011101111010111000000010000000110001001011111111101000101000111001010111101101100000101010011101011101 | e8bd9deb8080c4bfe8a395ed82a75d |
UHC | 轝뀀Ŀ裕킧] | 1110011010101100101100101110101110101000101010001110101110101110101101010101000101011101 | e6acb2eba8a8ebaeb5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)