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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鬮エ蝓シ諱ェ^ | 11101001101010111011010011100101100111111011110011100110100000011010101001011110 | e9abb4e59fbce681aa5e |
EUC-JP | 鬮エ蝓シ諱ェ^ | 11110010101011011000111010110100111010101010000110001110101111001110101111100001100011101010101001011110 | f2ad8eb4eaa18ebcebe18eaa5e |
UTF-8 | 鬮エ蝓シ諱ェ^ | 11101001101011001010111011101111101111011011010011101000100111011001001111101111101111011011110011101000101010111011000111101111101111011010101001011110 | e9acaeefbdb4e89d93efbdbce8abb1efbdaa5e |
UHC | ????諱?^ | 0011111100111111001111110011111111111101110010010011111101011110 | 3f3f3f3ffdc93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)