To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ’P’A‘±‘¥}v’P’A‘±‘¥}vB 100100100101000010010010010000011001000110110001100100011010010101111101011101101001001001010000100100100100000110010001101100011001000110100101011111010111011001000010 9250924191b191a57d769250924191b191a57d7642
SJIS-WIN ?P?A?±?¥}v?P?A?±?¥}vB 00111111010100000011111101000001001111111000000101111101001111111000000110001111011111010111011000111111010100000011111101000001001111111000000101111101001111111000000110001111011111010111011001000010 3f503f413f817d3f818f7d763f503f413f817d3f818f7d7642
EUC-JP ?P?A?±??}v?P?A?±??}vB 0011111101010000001111110100000100111111101000011101111000111111001111110111110101110110001111110101000000111111010000010011111110100001110111100011111100111111011111010111011001000010 3f503f413fa1de3f3f7d763f503f413fa1de3f3f7d7642
UTF-8 ’P’A‘±‘¥}v’P’A‘±‘¥}vB 110000101001001001010000110000101001001001000001110000101001000111000010101100011100001010010001110000101010010101111101011101101100001010010010010100001100001010010010010000011100001010010001110000101011000111000010100100011100001010100101011111010111011001000010 c29250c29241c291c2b1c291c2a57d76c29250c29241c291c2b1c291c2a57d7642
UHC ?P?A?±??}v?P?A?±??}vB 0011111101010000001111110100000100111111101000011011111000111111001111110111110101110110001111110101000000111111010000010011111110100001101111100011111100111111011111010111011001000010 3f503f413fa1be3f3f7d763f503f413fa1be3f3f7d7642

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)