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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鐔駕就^ | 11101000010111001000100111101101100011110100000101011110 | e85c89ed8f415e |
EUC-JP | 鐔駕就^ | 11101111101111011011001011101111101111011010001001011110 | efbdb2efbda25e |
UTF-8 | 鐔駕就^ | 11101001100100001001010011101001101001111001010111100101101100001011000101011110 | e99094e9a795e5b0b15e |
UHC | ?駕就^ | 001111111100101010111101111101101010011001011110 | 3fcabdf6a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)