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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 荳頑沿\ | 11100100101110001000101011100110100010011000100001011100 | e4b88ae689885c |
EUC-JP | 荳頑沿\ | 11101000101110101011010011101000101100011110100001011100 | e8bab4e8b1e85c |
UTF-8 | 荳頑沿\ | 11101000100011011011001111101001101000001001000111100110101100101011111101011100 | e88db3e9a091e6b2bf5c |
UHC | 荳頑沿\ | 11010100111001011110100011010111111001101100110101011100 | d4e5e8d7e6cd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)