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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逕コ螂俄半蜷 | 1110011110010100101110101110010110100101100010011110001010010100101111001110010110010000 | e794bae5a589e294bce590 |
EUC-JP | 逕コ螂俄半蜷 | 111011011111010010001110101110101110101010100111101100101110010011001000101111101110100111110000 | edf48ebaeaa7b2e4c8bee9f0 |
UTF-8 | 逕コ螂俄半蜷 | 111010011000000010010101111011111011110110111010111010001001111010000010111001001011111110000100111001011000110110001010111010001001110010110111 | e98095efbdbae89e82e4bf84e58d8ae89cb7 |
UHC | 逕?螂俄半? | 11001100111011110011111111010101110011001110010010101101110110101110001000111111 | ccef3fd5cce4addae23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)