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 | Rè}Rè{^ | 1000101001010010100010011110100001111101100010100101001010001001111010000111101101011110 | 8a5289e87d8a5289e87b5e |
SJIS-WIN | ?R??}?R??{^ | 0011111101010010001111110011111101111101001111110101001000111111001111110111101101011110 | 3f523f3f7d3f523f3f7b5e |
EUC-JP | ?R?è}?R?è{^ | 001111110101001000111111100011111010101110110010011111010011111101010010001111111000111110101011101100100111101101011110 | 3f523f8fabb27d3f523f8fabb27b5e |
UTF-8 | Rè}Rè{^ | 1100001010001010010100101100001010001001110000111010100001111101110000101000101001010010110000101000100111000011101010000111101101011110 | c28a52c289c3a87dc28a52c289c3a87b5e |
UHC | ?R??}?R??{^ | 0011111101010010001111110011111101111101001111110101001000111111001111110111101101011110 | 3f523f3f7d3f523f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)