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 | oè | 1001111001101111111010001010110110011011 | 9e6fe8ad9b |
SJIS-WIN | ?o??? | 0011111101101111001111110011111100111111 | 3f6f3f3f3f |
EUC-JP | ?oè?? | 00111111011011111000111110101011101100100011111100111111 | 3f6f8fabb23f3f |
UTF-8 | oè | 110000101001111001101111110000111010100011000010101011011100001010011011 | c29e6fc3a8c2adc29b |
UHC | ?o?? | 001111110110111100111111101000011010100100111111 | 3f6f3fa1a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)