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 | Pçv}Pçv{^ | 1001100101010000111001110111011001111101100110010101000011100111011101100111101101011110 | 9950e7767d9950e7767b5e |
SJIS-WIN | ?P?v}?P?v{^ | 0011111101010000001111110111011001111101001111110101000000111111011101100111101101011110 | 3f503f767d3f503f767b5e |
EUC-JP | ?Pçv}?Pçv{^ | 001111110101000010001111101010111010111001110110011111010011111101010000100011111010101110101110011101100111101101011110 | 3f508fabae767d3f508fabae767b5e |
UTF-8 | Pçv}Pçv{^ | 110000101001100101010000110000111010011101110110011111011100001010011001010100001100001110100111011101100111101101011110 | c29950c3a7767dc29950c3a7767b5e |
UHC | ?P?v}?P?v{^ | 0011111101010000001111110111011001111101001111110101000000111111011101100111101101011110 | 3f503f767d3f503f767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)