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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?魅e?? | 00111111100101101010001110000010100001010011111100111111 | 3f96a382853f3f |
EUC-JP | 洧魅e?? | 100011111100011110110100110011001010010110100011111001010011111100111111 | 8fc7b4cca5a3e53f3f |
UTF-8 | 洧魅e뤉톻 | 111001101011010010100111111010011010110110000101111011111011110110000101111010111010010010001001111011011000011010111011 | e6b4a7e9ad85efbd85eba489ed86bb |
UHC | 洧魅e뤉톻 | 11101010111110111101100011100101101000111110010110001111101110011011011110001110 | eafbd8e5a3e58fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)