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 | ??????W | 00111111001111110011111100111111001111110011111101010111 | 3f3f3f3f3f3f57 |
SJIS-WIN | 遏ュ諱ッ蛛エW | 11100111100111111010110111100110100000011010111111100101100000011011010001010111 | e79fade681afe581b457 |
EUC-JP | 遏ュ諱ッ蛛エW | 11101110101000011000111010101101111010111110000110001110101011111110100111100001100011101011010001010111 | eea18eadebe18eafe9e18eb457 |
UTF-8 | 遏ュ諱ッ蛛エW | 11101001100000011000111111101111101111011010110111101000101010111011000111101111101111011010111111101000100110111001101111101111101111011011010001010111 | e9818fefbdade8abb1efbdafe89b9befbdb457 |
UHC | ??諱?蛛?W | 001111110011111111111101110010010011111111110001110010000011111101010111 | 3f3ffdc93ff1c83f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)