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