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 | ??L???? | 00111111001111110100110000111111001111110011111100111111 | 3f3f4c3f3f3f3f |
SJIS-WIN | 蜩ュL逞ソ鬮エ | 11100101100100111010110101001100111001111001011110111111111010011010101110110100 | e593ad4ce797bfe9abb4 |
EUC-JP | 蜩ュL逞ソ鬮エ | 11101001111100111000111010101101010011001110110111110111100011101011111111110010101011011000111010110100 | e9f38ead4cedf78ebff2ad8eb4 |
UTF-8 | 蜩ュL逞ソ鬮エ | 11101000100111001010100111101111101111011010110101001100111010011000000010011110111011111011110110111111111010011010110010101110111011111011110110110100 | e89ca9efbdad4ce9809eefbdbfe9acaeefbdb4 |
UHC | ??L逞??? | 0011111100111111010011001101011011000001001111110011111100111111 | 3f3f4cd6c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)