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ô}Pô{^ | 1000101001010000100111001111010001111101100010100101000010011100111101000111101101011110 | 8a509cf47d8a509cf47b5e |
SJIS-WIN | ?P??}?P??{^ | 0011111101010000001111110011111101111101001111110101000000111111001111110111101101011110 | 3f503f3f7d3f503f3f7b5e |
EUC-JP | ?P?ô}?P?ô{^ | 001111110101000000111111100011111010101111010100011111010011111101010000001111111000111110101011110101000111101101011110 | 3f503f8fabd47d3f503f8fabd47b5e |
UTF-8 | Pô}Pô{^ | 1100001010001010010100001100001010011100110000111011010001111101110000101000101001010000110000101001110011000011101101000111101101011110 | c28a50c29cc3b47dc28a50c29cc3b47b5e |
UHC | ?P??}?P??{^ | 0011111101010000001111110011111101111101001111110101000000111111001111110111101101011110 | 3f503f3f7d3f503f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)