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 | ¾£v¾± | 101111101010110110001110101000110111011010111110101011011000111010110001 | bead8ea376bead8eb1 |
SJIS-WIN | ???£v???± | 0011111100111111001111111000000110010010011101100011111100111111001111111000000101111101 | 3f3f3f8192763f3f3f817d |
EUC-JP | ???£v???± | 0011111100111111001111111010000111110010011101100011111100111111001111111010000111011110 | 3f3f3fa1f2763f3f3fa1de |
UTF-8 | ¾£v¾± | 1100001010111110110000101010110111000010100011101100001010100011011101101100001010111110110000101010110111000010100011101100001010110001 | c2bec2adc28ec2a376c2bec2adc28ec2b1 |
UHC | ¾??v¾?± | 1010100011111010101000011010100100111111001111110111011010101000111110101010000110101001001111111010000110111110 | a8faa1a93f3f76a8faa1a93fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)