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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?模?模^ | 00111111100101101100110100111111100101101100110101011110 | 3f96cd3f96cd5e |
EUC-JP | 澔模澔模^ | 1000111111001000111011001100110011001111100011111100100011101100110011001100111101011110 | 8fc8eccccf8fc8eccccf5e |
UTF-8 | 澔模澔模^ | 11100110101111101001010011100110101010001010000111100110101111101001010011100110101010001010000101011110 | e6be94e6a8a1e6be94e6a8a15e |
UHC | 澔模澔模^ | 111110111100101111011001101111001111101111001011110110011011110001011110 | fbcbd9bcfbcbd9bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)