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 | ??ヘ??ヘ^ | 001111110011111110000011011101110011111100111111100000110111011101011110 | 3f3f83773f3f83775e |
EUC-JP | ??ヘ??ヘ^ | 001111110011111110100101110110000011111100111111101001011101100001011110 | 3f3fa5d83f3fa5d85e |
UTF-8 | 룵卽ヘ룵卽ヘ^ | 11101011101000111011010111100101100011011011110111100011100000111001100011101011101000111011010111100101100011011011110111100011100000111001100001011110 | eba3b5e58dbde38398eba3b5e58dbde383985e |
UHC | 룵卽ヘ룵卽ヘ^ | 10001111101010101111000111101101101010111101100010001111101010101111000111101101101010111101100001011110 | 8faaf1edabd88faaf1edabd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)