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 | ?}????^ | 00111111011111010011111100111111001111110011111101011110 | 3f7d3f3f3f3f5e |
SJIS-WIN | 涌}盖痾盖涌^ | 100101110100111101111101111000011011001111100001011111011110000110110011100101110100111101011110 | 974f7de1b3e17de1b3974f5e |
EUC-JP | 涌}盖痾盖涌^ | 110011011011000001111101111000101011010111100001110111101110001010110101110011011011000001011110 | cdb07de2b5e1dee2b5cdb05e |
UTF-8 | 涌}盖痾盖涌^ | 1110011010110110100011000111110111100111100110111001011011100111100101111011111011100111100110111001011011100110101101101000110001011110 | e6b68c7de79b96e797bee79b96e6b68c5e |
UHC | 涌}盖?盖涌^ | 1110100110111111011111011100101111001100001111111100101111001100111010011011111101011110 | e9bf7dcbcc3fcbcce9bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)