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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??癒? | 0011111100111111100101101111110000111111 | 3f3f96fc3f |
EUC-JP | ??癒? | 0011111100111111110011001111111000111111 | 3f3fccfe3f |
UTF-8 | 紐퐽癒릚 | 111011111010011110001111111011011001000010111101111001111001100110010010111010111010011010011010 | efa78fed90bde79992eba69a |
UHC | 紐퐽癒릚 | 1110101110101010101111100100011011101011101010001001000001110110 | ebaabe46eba89076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)