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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
UTF-8 | 呂묉씇呂묋큹~ | 11101111101001101000000011101011101011001000100111101100100101001000011111101111101001101000000011101011101011001000101111101101100000011011100101111110 | efa680ebac89ec9487efa680ebac8bed81b97e |
UHC | 呂묉씇呂묋큹~ | 11100101111110111001000111100110100111011001111111100101111110111001000111101000101101001000100001111110 | e5fb91e69d9fe5fb91e8b4887e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)