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 | ¬ワ諶セ | 100000011100101011011100111110111010101010111110 | 81cadcfbaabe |
EUC-JP | ¬ワ諶セ | 101000101100110010001110110111001000111111011110101101011000111010111110 | a2cc8edc8fdeb58ebe |
UTF-8 | ¬ワ諶セ | 111011111011111110100010111011111011111010011100111010001010101110110110111011111011110110111110 | efbfa2efbe9ce8abb6efbdbe |
UHC | ¬?諶? | 101000011111111000111111111001001010011000111111 | a1fe3fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)