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 | ??バ??ヘ^ | 001111110011111110000011011011110011111100111111100000110111011101011110 | 3f3f836f3f3f83775e |
EUC-JP | ??バ??ヘ^ | 001111110011111110100101110100000011111100111111101001011101100001011110 | 3f3fa5d03f3fa5d85e |
UTF-8 | 룶핊バ룵卽ヘ^ | 11101011101000111011011011101101100101011000101011100011100000111001000011101011101000111011010111100101100011011011110111100011100000111001100001011110 | eba3b6ed958ae38390eba3b5e58dbde383985e |
UHC | 룶핊バ룵卽ヘ^ | 10001111101010111100000010001111101010111101000010001111101010101111000111101101101010111101100001011110 | 8fabc08fabd08faaf1edabd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)