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 | 獸??獸??^ | 111000001101011100111111001111111110000011010111001111110011111101011110 | e0d73f3fe0d73f3f5e |
EUC-JP | 獸??獸??^ | 111000001101100100111111001111111110000011011001001111110011111101011110 | e0d93f3fe0d93f3f5e |
UTF-8 | 獸걟랾獸걟랾^ | 11100111100011011011100011101010101100011001111111101011100111101011111011100111100011011011100011101010101100011001111111101011100111101011111001011110 | e78db8eab19feb9ebee78db8eab19feb9ebe5e |
UHC | 獸걟랾獸걟랾^ | 11100010101011101000000110001000100011100101011111100010101011101000000110001000100011100101011101011110 | e2ae81888e57e2ae81888e575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)