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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 謐ィ辷セ雋カ\ | 11100110100011011010100011100111100010001011111011101000101100101011011001011100 | e68da8e788bee8b2b65c |
EUC-JP | 謐ィ辷セ雋カ\ | 11101011111011011000111010101000111011011110100010001110101111101111000010110100100011101011011001011100 | ebed8ea8ede88ebef0b48eb65c |
UTF-8 | 謐ィ辷セ雋カ\ | 11101000101011001001000011101111101111011010100011101000101111101011011111101111101111011011111011101001100110111000101111101111101111011011011001011100 | e8ac90efbda8e8beb7efbdbee99b8befbdb65c |
UHC | 謐???雋?\ | 110110101100110100111111001111110011111111110001111001100011111101011100 | dacd3f3f3ff1e63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)