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 | 醇??醇??^ | 100011111000011000111111001111111000111110000110001111110011111101011110 | 8f863f3f8f863f3f5e |
EUC-JP | 醇??醇??^ | 101111011110011000111111001111111011110111100110001111110011111101011110 | bde63f3fbde63f3f5e |
UTF-8 | 醇뗺땂醇뗺딾^ | 11101001100001101000011111101011100101111011101011101011100101011000001011101001100001101000011111101011100101111011101011101011100101001011111001011110 | e98687eb97baeb9582e98687eb97baeb94be5e |
UHC | 醇뗺땂醇뗺딾^ | 11100010111101011000101111111001100010110101100111100010111101011000101111111001100010110101011101011110 | e2f58bf98b59e2f58bf98b575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)