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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 呂볣뇠呂볣뇠^ | 11101111101001101000000011101011101100111010001111101011100001111010000011101111101001101000000011101011101100111010001111101011100001111010000001011110 | efa680ebb3a3eb87a0efa680ebb3a3eb87a05e |
UHC | 呂볣뇠呂볣뇠^ | 11100101111110111001001111101001100001111000100011100101111110111001001111101001100001111000100001011110 | e5fb93e98788e5fb93e987885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)