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 | ??岬??岬^ | 001111110011111110010110101001100011111100111111100101101010011001011110 | 3f3f96a63f3f96a65e |
EUC-JP | ??岬??岬^ | 001111110011111111001100101010000011111100111111110011001010100001011110 | 3f3fcca83f3fcca85e |
UTF-8 | 룶ㄲ岬룶ㄲ岬^ | 11101011101000111011011011100011100001001011001011100101101100101010110011101011101000111011011011100011100001001011001011100101101100101010110001011110 | eba3b6e384b2e5b2aceba3b6e384b2e5b2ac5e |
UHC | 룶ㄲ岬룶ㄲ岬^ | 10001111101010111010010010100010110010111010001010001111101010111010010010100010110010111010001001011110 | 8faba4a2cba28faba4a2cba25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)