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 | PNW}PNW{^ | 10010010010100001001001001001110010101110111110110010010010100001001001001001110010101110111101101011110 | 9250924e577d9250924e577b5e |
SJIS-WIN | ?P?NW}?P?NW{^ | 00111111010100000011111101001110010101110111110100111111010100000011111101001110010101110111101101011110 | 3f503f4e577d3f503f4e577b5e |
EUC-JP | ?P?NW}?P?NW{^ | 00111111010100000011111101001110010101110111110100111111010100000011111101001110010101110111101101011110 | 3f503f4e577d3f503f4e577b5e |
UTF-8 | PNW}PNW{^ | 1100001010010010010100001100001010010010010011100101011101111101110000101001001001010000110000101001001001001110010101110111101101011110 | c29250c2924e577dc29250c2924e577b5e |
UHC | ?P?NW}?P?NW{^ | 00111111010100000011111101001110010101110111110100111111010100000011111101001110010101110111101101011110 | 3f503f4e577d3f503f4e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)