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 | ?悸㎞?悸㎞^ | 0011111110011100101001111000011101110001001111111001110010100111100001110111000101011110 | 3f9ca787713f9ca787715e |
EUC-JP | ?悸??悸?^ | 001111111101100010101001001111110011111111011000101010010011111101011110 | 3fd8a93f3fd8a93f5e |
UTF-8 | 뤌悸㎞뤌悸㎞^ | 11101011101001001000110011100110100000101011100011100011100011101001111011101011101001001000110011100110100000101011100011100011100011101001111001011110 | eba48ce682b8e38e9eeba48ce682b8e38e9e5e |
UHC | 뤌悸㎞뤌悸㎞^ | 10001111101111001100110011111011101001111011000010001111101111001100110011111011101001111011000001011110 | 8fbcccfba7b08fbcccfba7b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)