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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褻秘・榊 | 11100101111101101001010011101001101001011000110111100101 | e5f694e9a58de5 |
EUC-JP | 褻秘・榊 | 1110101011111000110010001110101110001110101001011011101011100111 | eaf8c8eb8ea5bae7 |
UTF-8 | 褻秘・榊 | 111010001010010010111011111001111010011110011000111011111011110110100101111001101010011010001010 | e8a4bbe7a798efbda5e6a68a |
UHC | 褻秘?? | 111000001110000111011101111110100011111100111111 | e0e1ddfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)