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 | ??モ?純モ^ | 00111111001111111000001110000010001111111000111110000011100000111000001001011110 | 3f3f83823f8f8383825e |
EUC-JP | ??モ?純モ^ | 00111111001111111010010111100010001111111011110111100011101001011110001001011110 | 3f3fa5e23fbde3a5e25e |
UTF-8 | 룵卽モ룶純モ^ | 11101011101000111011010111100101100011011011110111100011100000111010001011101011101000111011011011100111101101001001010011100011100000111010001001011110 | eba3b5e58dbde383a2eba3b6e7b494e383a25e |
UHC | 룵卽モ룶純モ^ | 10001111101010101111000111101101101010111110001010001111101010111110001011101101101010111110001001011110 | 8faaf1edabe28fabe2edabe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)